Commit f8de35bc authored by Claes Sjofors's avatar Claes Sjofors

rt_ini process start, bugfix in process arguments

parent 08830256
......@@ -95,7 +95,7 @@ co_StrToArgv (
}
}
argv[i] = NULL;
argv[i-1] = NULL;
argv[0] = file;
return argv;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment