commit | f1726cc8d66a0f260bb68e212d847239627789f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 13 18:48:16 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 13 18:48:16 2009 +0000 |
tree | b98b20ca7b4c09d9d1a0b1bd75894eba8a1c2e35 | |
parent | 5fd0ca70d31f835eefb1ee8a06b73763d761a134 [diff] [blame] |
updated for version 7.2-170
diff --git a/src/fileio.c b/src/fileio.c index 3af64c4..ae656a0 100644 --- a/src/fileio.c +++ b/src/fileio.c
@@ -4416,7 +4416,7 @@ # endif buf_setino(buf); } - else if (buf->b_dev < 0) + else if (!buf->b_dev_valid) /* Set the inode when creating a new file. */ buf_setino(buf); #endif