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/help.c

    r11084 r27611  
    1515  if (argc == 1) {
    1616    sprintf (buff, "ls %s", helpdir);
    17     system (buff);
     17    if (system (buff) == -1) {
     18      fprintf (stderr, "help directory unavailable\n");
     19      return (FALSE);
     20    }
    1821    return (TRUE);
    1922  }
Note: See TracChangeset for help on using the changeset viewer.