Changeset 74 for trunk


Ignore:
Timestamp:
09/13/12 17:20:24 (12 years ago)
Author:
mmamonski
Message:

filter parse - stdout buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/submit.c

    r73 r74  
    884884 
    885885                /* exit_status == 0 */ 
    886                 for (output_line = strtok_r(stdin_buf, "\n", &ctx);  output_line ; output_line = strtok_r(NULL, "\n", &ctx)) 
     886                for (output_line = strtok_r(stdout_buf, "\n", &ctx);  output_line ; output_line = strtok_r(NULL, "\n", &ctx)) 
    887887                 { 
    888888                        char *attr_name = NULL; 
Note: See TracChangeset for help on using the changeset viewer.