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/ppstampMakeStamp.c

    r16132 r16239  
    454454        // If the user specified a name of a chip name wait until we get to that one.
    455455        // If no chip name was specified, select this one (the first one that had data)
    456         if ((options->chipName == NULL) || !strcmp(chipName, options->chipName)) {
     456        if ((options->chipName == NULL) || !strcasecmp(chipName, options->chipName)) {
    457457            psLogMsg("ppstampMakeStamp", 2, "Center on chip: %s\n", chipName);
    458458            center->chip->x = options->roip.centerX;
Note: See TracChangeset for help on using the changeset viewer.