Fixed format translations for Windows

Translating "%ll" print formats to "%I64" for Windows was wrong.
edge.strict_endians
Jean-Pierre André 2013-07-30 11:27:16 +02:00
parent 1120b9c0b0
commit 50db448f02
1 changed files with 1 additions and 1 deletions

View File

@ -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;