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/opihi/cmd.basic/list_help.c

    r7917 r27611  
    1818    fclose (f);
    1919    sprintf (line, "more %s", filename);
    20     system (line);
     20    if (system (line) == -1) {
     21      fprintf (stderr, "help list unavailable\n");
     22    }
    2123  }
    2224  unlink (filename);
Note: See TracChangeset for help on using the changeset viewer.