- Timestamp:
- 11/21/14 16:24:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pbs_drmaa/submit.c
r91 r99 629 629 TRY 630 630 { 631 for (arg = strtok_r(add_attr_copy, " ;", &ctxt); arg; arg = strtok_r(NULL, ";",&ctxt) )631 for (arg = strtok_r(add_attr_copy, ",", &ctxt); arg; arg = strtok_r(NULL, ",",&ctxt) ) 632 632 { 633 633 name = fsd_strdup(strtok_r(arg, "=", &ctxt2));
Note: See TracChangeset
for help on using the changeset viewer.