Changeset 16239 for trunk/pstamp/src/ppstampMakeStamp.c
- Timestamp:
- Jan 25, 2008, 1:09:44 PM (18 years ago)
- Location:
- trunk/pstamp/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppstampMakeStamp.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/ppstampMakeStamp.c
r16132 r16239 454 454 // If the user specified a name of a chip name wait until we get to that one. 455 455 // If no chip name was specified, select this one (the first one that had data) 456 if ((options->chipName == NULL) || !strc mp(chipName, options->chipName)) {456 if ((options->chipName == NULL) || !strcasecmp(chipName, options->chipName)) { 457 457 psLogMsg("ppstampMakeStamp", 2, "Center on chip: %s\n", chipName); 458 458 center->chip->x = options->roip.centerX;
Note:
See TracChangeset
for help on using the changeset viewer.
