From: Karl Heuer Date: Wed, 12 Apr 1995 02:00:23 +0000 (+0000) Subject: (Ffile_attributes) [WINDOWSNT]: Removed syntax errors. X-Git-Tag: emacs-19.34~4478 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec2cfa3449c587fcb9a4f7a694d1763dde52eade;p=emacs.git (Ffile_attributes) [WINDOWSNT]: Removed syntax errors. --- diff --git a/src/dired.c b/src/dired.c index 39c64d28393..376e3cac777 100644 --- a/src/dired.c +++ b/src/dired.c @@ -668,8 +668,8 @@ If file does not exist, returns nil.") #undef BSD4_2 /* ok, you can look again without throwing up */ #endif #ifdef WINDOWSNT - /* NT inodes are 64 bits, so we need to dance a little... */ - if (!get_inode_and_device_vals (filename, &values[10], &values[11])) { ???? + /* Fill in the inode and device values specially...see nt.c. */ + if (!get_inode_and_device_vals (filename, &values[10], &values[11])) { return Qnil; } #else /* not WINDOWSNT */