diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index cb0676ce5..bf9b842f5 100644 --- a/src/main.c +++ b/src/main.c @@ -2632,7 +2632,7 @@ read_stdin(void) * Is there any other system that cannot do this? */ close(0); - ignored = dup(2); + vim_ignored = dup(2); #endif } |