IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2012, 6:52:56 AM (14 years ago)
Author:
eugene
Message:

changes to satisfy more pedantic gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psModules/src/extras/psPipe.c

    r34051 r34052  
    105105
    106106        status = execvp (argv[0], argv);
    107         psWarning ("error running exec for child process");
     107        if (status < 0) { psWarning ("error running exec for child process"); }
    108108        exit (1); // this statement exits the child, not the parent, process
    109109    }
Note: See TracChangeset for help on using the changeset viewer.