diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 4 |
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.") | |||
| 668 | #undef BSD4_2 /* ok, you can look again without throwing up */ | 668 | #undef BSD4_2 /* ok, you can look again without throwing up */ |
| 669 | #endif | 669 | #endif |
| 670 | #ifdef WINDOWSNT | 670 | #ifdef WINDOWSNT |
| 671 | /* NT inodes are 64 bits, so we need to dance a little... */ | 671 | /* Fill in the inode and device values specially...see nt.c. */ |
| 672 | if (!get_inode_and_device_vals (filename, &values[10], &values[11])) { ???? | 672 | if (!get_inode_and_device_vals (filename, &values[10], &values[11])) { |
| 673 | return Qnil; | 673 | return Qnil; |
| 674 | } | 674 | } |
| 675 | #else /* not WINDOWSNT */ | 675 | #else /* not WINDOWSNT */ |