Changeset 18243 for trunk/pstamp/src/pstampfinish.c
- Timestamp:
- Jun 20, 2008, 10:27:20 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/src/pstampfinish.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/src/pstampfinish.c
r17456 r18243 118 118 // XXX: need to select the database name based on the project name specified in the input 119 119 120 options->config->database = p mConfigDB(options->config);120 options->config->database = psMemIncrRefCounter(pmConfigDB(options->config)); 121 121 122 122 if (!options->config->database) { … … 216 216 if (pJob->result == 0) { 217 217 ++numStamps; 218 // XXX: should we check for existence ?218 // XXX: should we check for existence of the files? 219 219 psString stampName = getBaseName(pJob->outputBase, true); 220 220 psString inputName = getBaseName(pJob->uri, false);
Note:
See TracChangeset
for help on using the changeset viewer.
