IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2008, 1:09:44 PM (18 years ago)
Author:
bills
Message:

various changes to get the protoype limping along

Location:
trunk/pstamp/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src

    • Property svn:ignore
      •  

        old new  
        66config.h.in
        77stamp-h1
        8 ppstampErrorCodes.c
        9 ppstampErrorCodes.h
         8pstampErrorCodes.c
         9pstampErrorCodes.h
        1010.libs
  • trunk/pstamp/src/pstamprequest.c

    r16132 r16239  
    334334    }
    335335
    336     // TODO: find other optional arguments
     336    if ((argnum = psArgumentGet(argc, argv, "-list"))) {
     337        psMetadataAdd (options->md, PS_LIST_TAIL, "CMD_MODE", PS_DATA_STRING, "", "LIST_URI");
     338        psArgumentRemove(argnum, &argc, argv);
     339    }
     340
     341    // only argument left should be the required file name for the request file
    337342
    338343    if (argc == 2) {
Note: See TracChangeset for help on using the changeset viewer.