Changeset 25022 for branches/eam_branches/20090715/psLib/src/fits/psFits.c
- Timestamp:
- Aug 7, 2009, 12:45:24 PM (17 years ago)
- Location:
- branches/eam_branches/20090715
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715
- Property svn:mergeinfo changed
/trunk (added) merged: 24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24950,24953-24971,24973-24977,24986-24989,24993-25017
- Property svn:mergeinfo changed
-
branches/eam_branches/20090715/psLib/src/fits/psFits.c
r24285 r25022 214 214 errorMsg = errorBuf; 215 215 # endif 216 psError (PS_ERR_IO, true, "Failed to delete a previously-existing file: %s", errorMsg); 217 fprintf (stderr, "errno: %d, %s, %s : %lx, %lx\n", thisErrno, errorMsg, errorBuf, (long int) errorMsg, (long int) errorBuf); 216 psError(PS_ERR_IO, true, "Failed to delete a previously-existing file (%s), error %d: %s", 217 name, thisErrno, errorMsg); 218 //fprintf(stderr, "errno: %d, %s, %s : %lx, %lx\n", thisErrno, errorMsg, errorBuf, (long int) errorMsg, (long int) errorBuf); 218 219 return NULL; 219 220 }
Note:
See TracChangeset
for help on using the changeset viewer.
