- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/fits/psFits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psLib/src/fits/psFits.c
r28208 r33415 243 243 (&fptr, name, iomode, &status); 244 244 if (fptr == NULL || status != 0) { 245 psFitsDumpErrors(PS_ERR_IO, _("Could not open file,'%s'"), name);245 psFitsDumpErrors(PS_ERR_IO, _("Could not open file,'%s'"), name); 246 246 return NULL; 247 247 }
Note:
See TracChangeset
for help on using the changeset viewer.
