mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-31 13:52:29 +00:00
Fix possible reference to undefined variable.
modified: src/unixfork.c
This commit is contained in:
@@ -420,6 +420,7 @@ int fork_Unix() {
|
||||
} else /* old style, no args */
|
||||
{
|
||||
termtype[0] = 0;
|
||||
cmdstring = shcom;
|
||||
cmdstring[0] = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user