Changeset 74 for trunk/pbs_drmaa
- Timestamp:
- 09/13/12 17:20:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pbs_drmaa/submit.c
r73 r74 884 884 885 885 /* exit_status == 0 */ 886 for (output_line = strtok_r(std in_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)) 887 887 { 888 888 char *attr_name = NULL;
Note: See TracChangeset
for help on using the changeset viewer.