Changeset 61 for trunk/pbs_drmaa
- Timestamp:
- 01/09/12 17:18:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pbs_drmaa/submit.c
r57 r61 156 156 /* matlab:2,simulink:1 */ 157 157 158 for (res_token = strtok_r(value_copy, " ,", &tok_comma_ctx); res_token; res_token = strtok_r(NULL, ",", &tok_comma_ctx))158 for (res_token = strtok_r(value_copy, ";", &tok_comma_ctx); res_token; res_token = strtok_r(NULL, ";", &tok_comma_ctx)) 159 159 { 160 160 char *value_p = strstr(res_token, ":");
Note: See TracChangeset
for help on using the changeset viewer.