Changeset 36944
- Timestamp:
- Jun 30, 2014, 9:37:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610/Ohana/src/libkapa/src/KapaOpen.c
r36833 r36944 9 9 static int *VALID = NULL; 10 10 11 char *_parse_nextword (char *string);12 11 int KapaLaunchCommand (char *line); 13 12 … … 414 413 done = FALSE; 415 414 while (!done) { 416 q = _parse_nextword (p);415 q = parse_nextword (p); 417 416 if (q && *q) { 418 417 argv[i] = strncreate (p, q - p);
Note:
See TracChangeset
for help on using the changeset viewer.
