+2012-05-27 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/fs/ntfs.c (list_file): Set mtime to correct value.
+
2012-05-27 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/iso9660.c (grub_iso9660_iterate_dir): Don't skip "." and
fdiro->data = diro->data;
fdiro->ino = u32at (pos, 0);
- if (u64at (pos, 0x20) > u64at (pos, 0x28))
- fdiro->mtime = u64at (pos, 0x20);
- else
- fdiro->mtime = u64at (pos, 0x28);
+ fdiro->mtime = u64at (pos, 0x20);
ustr = grub_malloc (ns * GRUB_MAX_UTF8_PER_UTF16 + 1);
if (ustr == NULL)