Commit 870bc052 by Richard Kenner

(execute): Initialize PROG.

From-SVN: r6644
parent 39178486
...@@ -2070,7 +2070,7 @@ execute () ...@@ -2070,7 +2070,7 @@ execute ()
{ {
int status; int status;
int pid; int pid;
char *prog; char *prog = "unknown";
#ifdef __MSDOS__ #ifdef __MSDOS__
status = pid = commands[i].pid; status = pid = commands[i].pid;
......
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