commit | fc307fa1a6d2a4c33cd16e09561f601c801565a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 23:30:41 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 23:30:41 2010 +0100 |
tree | 1509bde1f3351331288df65df46a8f02919b7826 | |
parent | d836bb90ab25a8f78473460ca91d6c13ae7ad2bc [diff] [blame] |
updated for version 7.2.343 Problem: Can't compile on Win32. Solution: Insert the missing bar.
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index d52b203..bcdf287 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c
@@ -2816,7 +2816,7 @@ { int fd_tmp = mch_open(filename, O_RDONLY # ifdef WIN32 - O_BINARY | O_NOINHERIT + | O_BINARY | O_NOINHERIT # endif , 0);