force the constant to the 64 bit

(Logical change 1.237)
edge.strict_endians
flatcap.org!ntfs 2003-11-18 21:17:57 +00:00
parent 88a9b54dc4
commit f2b687549b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ BOOL ntfs_boot_sector_is_ntfs(const NTFS_BOOT_SECTOR *b, const BOOL silent)
/* Check OEMidentifier is "NTFS " */
if (!silent)
fprintf(stderr, "Checking OEMid... ");
if (b->oem_id != cpu_to_le64(0x202020205346544e)) /* "NTFS " */
if (b->oem_id != cpu_to_le64(0x202020205346544eULL)) /* "NTFS " */
goto not_ntfs;
if (!silent)
fprintf(stderr, "OK\n");