mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 02:07:09 -06:00
4.60 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
173c07e166
commit
c10e6b16f6
@@ -1,5 +1,5 @@
|
||||
/* 7zMain.c - Test application for 7z Decoder
|
||||
2008-08-05
|
||||
2008-08-17
|
||||
Igor Pavlov
|
||||
Public domain */
|
||||
|
||||
@@ -40,7 +40,7 @@ void ConvertNumberToString(CFileSize value, char *s)
|
||||
while (value != 0);
|
||||
do
|
||||
*s++ = temp[--pos];
|
||||
while(pos > 0);
|
||||
while (pos > 0);
|
||||
*s = '\0';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user