mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 19:14:56 -06:00
4.49 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
fd8b1d78b4
commit
7038848692
@@ -8,7 +8,7 @@ void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base)
|
||||
{
|
||||
if (base < 2 || base > 36)
|
||||
{
|
||||
*s = L'\0';
|
||||
*s = '\0';
|
||||
return;
|
||||
}
|
||||
char temp[72];
|
||||
|
||||
Reference in New Issue
Block a user