IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2010, 3:47:36 PM (16 years ago)
Author:
eugene
Message:

pendatic checking fscan, system, and mkstemp return values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/src/imstatreg.c

    r27435 r27611  
    7070
    7171    /* delete, unlock existing database */
    72     truncate (TempDB, 0);
     72    if (truncate (TempDB, 0)) {
     73      fprintf (stderr, "error truncating temp db\n");
     74      exit (1);
     75    }
    7376    gfits_db_close (&temp_db);
    7477    fprintf (stderr, "temporary database closed\n");
Note: See TracChangeset for help on using the changeset viewer.