summaryrefslogtreecommitdiff
path: root/src/dired.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-04-12 02:00:23 +0000
committerKarl Heuer <kwzh@gnu.org>1995-04-12 02:00:23 +0000
commit19fbd9bb8358b57685fb1fb089c47919fc3c59d2 (patch)
treec1f659539e229abdce3fd5a23496357d1a3a1549 /src/dired.c
parent3effc9422b873209c31961b2a9b00ba168602906 (diff)
downloademacs-19fbd9bb8358b57685fb1fb089c47919fc3c59d2.tar.gz
(Ffile_attributes) [WINDOWSNT]: Removed syntax errors.
Diffstat (limited to 'src/dired.c')
-rw-r--r--src/dired.c4
1 files changed, 2 insertions, 2 deletions
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 */