Changeset 41535 for trunk/psModules/src/camera/pmFPAfileIO.c
- Timestamp:
- Apr 3, 2021, 2:22:46 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileIO.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileIO.c
r36856 r41535 62 62 63 63 #include "pmFPAfileIO.h" 64 65 void CatchTestFile (pmFPAfile *file, const char *function) { 66 67 int testFile = FALSE; 68 testFile = testFile || !strcmp(file->name, "GDIFF.OUTPUT.SOURCES"); 69 testFile = testFile || !strcmp(file->name, "GDIFF.POS1.SOURCES"); 70 testFile = testFile || !strcmp(file->name, "GDIFF.POS2.SOURCES"); 71 if (FALSE && testFile) { 72 fprintf (stderr, "%s : %d : %d (%s)", file->name, file->state, file->mode, function); 73 fprintf (stderr, "\n"); 74 } 75 } 64 76 65 77 // attempt create, read, write, close, or free pmFPAfiles available in files files are
Note:
See TracChangeset
for help on using the changeset viewer.
