Changeset 16239 for trunk/pstamp/src/pstamprequest.c
- Timestamp:
- Jan 25, 2008, 1:09:44 PM (18 years ago)
- Location:
- trunk/pstamp/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamprequest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/src
- Property svn:ignore
-
old new 6 6 config.h.in 7 7 stamp-h1 8 p pstampErrorCodes.c9 p pstampErrorCodes.h8 pstampErrorCodes.c 9 pstampErrorCodes.h 10 10 .libs
-
- Property svn:ignore
-
trunk/pstamp/src/pstamprequest.c
r16132 r16239 334 334 } 335 335 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 337 342 338 343 if (argc == 2) {
Note:
See TracChangeset
for help on using the changeset viewer.
