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/relphot/src/plotstuff.c

    r20191 r27611  
    149149  if (PLOTDELAY > 500000) {
    150150    fprintf (stdout, "press return\n");
    151     fscanf (stdin, "%*c");
     151    if (fscanf (stdin, "%*c") != 1) fprintf (stderr, "\n");
    152152  } else {
    153153    usleep (PLOTDELAY);
Note: See TracChangeset for help on using the changeset viewer.