IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8555


Ignore:
Timestamp:
Aug 24, 2006, 10:48:58 AM (20 years ago)
Author:
eugene
Message:

fixed dvo_catalog_open mode

Location:
trunk/Ohana/src/delstar/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/delstar/src/delete_imagefile.c

    r8386 r8555  
    3030
    3131    // 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")) {
    3333      fprintf (stderr, "ERROR: failure to open catalog file %s\n", catalog.filename);
    3434      exit (2);
  • trunk/Ohana/src/delstar/src/delete_imagename.c

    r8386 r8555  
    3939
    4040      // 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")) {
    4242        fprintf (stderr, "ERROR: failure to open catalog file %s\n", catalog.filename);
    4343        exit (2);
  • trunk/Ohana/src/delstar/src/delete_times.c

    r8386 r8555  
    5959
    6060    // 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")) {
    6262      fprintf (stderr, "ERROR: failure to open catalog file %s\n", catalog.filename);
    6363      exit (2);
Note: See TracChangeset for help on using the changeset viewer.