Scilab: fix -addsrc option reading
This commit is contained in:
parent
5e1590cd9c
commit
00d8f9efba
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ public:
|
|||
char *sourceFile = strtok(argv[argIndex + 1], ",");
|
||||
while (sourceFile != NULL) {
|
||||
DohInsertitem(sourceFileList, Len(sourceFileList), sourceFile);
|
||||
sourceFile = strtok(NULL, " ");
|
||||
sourceFile = strtok(NULL, ",");
|
||||
}
|
||||
Swig_mark_arg(argIndex + 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue