Changeset 8555
- Timestamp:
- Aug 24, 2006, 10:48:58 AM (20 years ago)
- Location:
- trunk/Ohana/src/delstar/src
- Files:
-
- 3 edited
-
delete_imagefile.c (modified) (1 diff)
-
delete_imagename.c (modified) (1 diff)
-
delete_times.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/delstar/src/delete_imagefile.c
r8386 r8555 30 30 31 31 // an error exit status here is a significant error 32 if (!dvo_catalog_open (&catalog, skylist[0].regions[i], VERBOSE, " u")) {32 if (!dvo_catalog_open (&catalog, skylist[0].regions[i], VERBOSE, "a")) { 33 33 fprintf (stderr, "ERROR: failure to open catalog file %s\n", catalog.filename); 34 34 exit (2); -
trunk/Ohana/src/delstar/src/delete_imagename.c
r8386 r8555 39 39 40 40 // an error exit status here is a significant error 41 if (!dvo_catalog_open (&catalog, skylist[0].regions[i], VERBOSE, " u")) {41 if (!dvo_catalog_open (&catalog, skylist[0].regions[i], VERBOSE, "a")) { 42 42 fprintf (stderr, "ERROR: failure to open catalog file %s\n", catalog.filename); 43 43 exit (2); -
trunk/Ohana/src/delstar/src/delete_times.c
r8386 r8555 59 59 60 60 // an error exit status here is a significant error 61 if (!dvo_catalog_open (&catalog, skylist[0].regions[i], VERBOSE, " u")) {61 if (!dvo_catalog_open (&catalog, skylist[0].regions[i], VERBOSE, "a")) { 62 62 fprintf (stderr, "ERROR: failure to open catalog file %s\n", catalog.filename); 63 63 exit (2);
Note:
See TracChangeset
for help on using the changeset viewer.
