diff src/fileio.c @ 1438:c7654c4db8fd v7.1.153

updated for version 7.1-153
author vimboss
date Thu, 08 Nov 2007 19:49:02 +0000
parents d065616e0836
children e980e93d2ac2
line wrap: on
line diff
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3209,7 +3209,8 @@ buf_write(buf, fname, sfname, start, end
      * Get information about original file (if there is one).
      */
 #if defined(UNIX) && !defined(ARCHIE)
-    st_old.st_dev = st_old.st_ino = 0;
+    st_old.st_dev = 0;
+    st_old.st_ino = 0;
     perm = -1;
     if (mch_stat((char *)fname, &st_old) < 0)
 	newfile = TRUE;