diff options
Diffstat (limited to 'init')
| -rw-r--r-- | init/mesg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/mesg.c b/init/mesg.c index 7b8acf657..7fd9d24ae 100644 --- a/init/mesg.c +++ b/init/mesg.c | |||
| @@ -32,7 +32,7 @@ extern int mesg_main(int argc, char *argv[]) | |||
| 32 | { | 32 | { |
| 33 | struct stat sb; | 33 | struct stat sb; |
| 34 | char *tty; | 34 | char *tty; |
| 35 | char c; | 35 | char c = 0; |
| 36 | 36 | ||
| 37 | if ((--argc == 0) | 37 | if ((--argc == 0) |
| 38 | || ((argc == 1) && (((c = **++argv) == 'y') || (c == 'n')))) { | 38 | || ((argc == 1) && (((c = **++argv) == 'y') || (c == 'n')))) { |
