# HG changeset patch # User Karl Heuer # Date 797652023 0 # Node ID 18e41c75b89a167025724813bdbcfa257e68567f # Parent 23f7aa711f961125351e45f7fc9ac757176c5dd5 (Ffile_attributes) [WINDOWSNT]: Removed syntax errors. diff -r 23f7aa711f96 -r 18e41c75b89a src/dired.c --- a/src/dired.c Wed Apr 12 01:59:39 1995 +0000 +++ b/src/dired.c Wed Apr 12 02:00:23 1995 +0000 @@ -668,8 +668,8 @@ #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 */