emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32.c
Date: Thu, 13 Jun 2002 16:41:34 -0400

Index: emacs/src/w32.c
diff -c emacs/src/w32.c:1.76 emacs/src/w32.c:1.77
*** emacs/src/w32.c:1.76        Thu Jun 13 14:41:17 2002
--- emacs/src/w32.c     Thu Jun 13 16:41:33 2002
***************
*** 2206,2212 ****
      {
        /* Don't bother to make this information more accurate.  */
        buf->st_mode = (wfd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ?
!       _S_IFREG : _S_IFDIR;
        buf->st_nlink = 1;
        fake_inode = 0;
      }
--- 2206,2212 ----
      {
        /* Don't bother to make this information more accurate.  */
        buf->st_mode = (wfd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) ?
!       _S_IFDIR : _S_IFREG;
        buf->st_nlink = 1;
        fake_inode = 0;
      }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]