IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39402


Ignore:
Timestamp:
Feb 26, 2016, 7:33:20 AM (10 years ago)
Author:
eugene
Message:

need to use the result of system call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/SetSignals.c

    r39396 r39402  
    5959  char line[256];
    6060  snprintf (line, 256, "cat /proc/%d/maps", myPid);
    61   system (line);
     61  int status = system (line);
     62  if (status) fprintf (stderr, "got an error: %d\n", status);
    6263  fprintf (stderr, "-------------------- end ---------------------\n");
    6364  return;
Note: See TracChangeset for help on using the changeset viewer.