Fixed format translations for Windows
Translating "%ll" print formats to "%I64" for Windows was wrong.edge.strict_endians
parent
1120b9c0b0
commit
50db448f02
|
@ -1172,9 +1172,9 @@ char *ntfs_utils_reformat(char *out, int sz, const char *fmt)
|
|||
*p++ = 'l';
|
||||
*p++ = *f++;
|
||||
i += 2;
|
||||
}
|
||||
state = F_INIT;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
*p++ = 0;
|
||||
|
|
Loading…
Reference in New Issue