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