Index: trunk/pstamp/src/ppstampMakeStamp.c
===================================================================
--- trunk/pstamp/src/ppstampMakeStamp.c	(revision 16132)
+++ trunk/pstamp/src/ppstampMakeStamp.c	(revision 16239)
@@ -454,5 +454,5 @@
         // If the user specified a name of a chip name wait until we get to that one.
         // If no chip name was specified, select this one (the first one that had data)
-        if ((options->chipName == NULL) || !strcmp(chipName, options->chipName)) {
+        if ((options->chipName == NULL) || !strcasecmp(chipName, options->chipName)) {
             psLogMsg("ppstampMakeStamp", 2, "Center on chip: %s\n", chipName);
             center->chip->x = options->roip.centerX;
