IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2010, 5:03:18 PM (16 years ago)
Author:
eugene
Message:

rename elements of Job structure stdout and stderr (see #1228)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/stdout.c

    r20047 r28242  
    4343
    4444found_stdout:
    45   buffer = &job[0].stdout.buffer;
     45  buffer = &job[0].stdout_buf.buffer;
    4646  if (varName == NULL) {
    4747    fwrite (buffer[0].buffer, 1, buffer[0].Nbuffer, stdout);
     
    9797
    9898found_stderr:
    99   buffer = &job[0].stderr.buffer;
     99  buffer = &job[0].stderr_buf.buffer;
    100100  if (varName == NULL) {
    101101    fwrite (buffer[0].buffer, 1, buffer[0].Nbuffer, stdout);
Note: See TracChangeset for help on using the changeset viewer.