Changeset 23792
- Timestamp:
- Apr 9, 2009, 8:39:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionStamps.c
r23791 r23792 373 373 FILE *outFile = fopen(filename, "w"); // File to write 374 374 if (!outFile) { 375 psError(PS_ERR_IO, false, "Unable to open %s for writing" );375 psError(PS_ERR_IO, false, "Unable to open %s for writing", filename); 376 376 return false; 377 377 }
Note:
See TracChangeset
for help on using the changeset viewer.
