mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Show new size when using -n
Fix for debug mode
This commit is contained in:
parent
bad3559cd7
commit
0eab02a3fa
1 changed files with 7 additions and 1 deletions
|
|
@ -2060,7 +2060,13 @@ void denit_convert() {
|
|||
printf(" instead of ");
|
||||
print64(fin_length);
|
||||
printf("\n");
|
||||
}
|
||||
} else {
|
||||
printf("New size: ");
|
||||
print64(fout_length);
|
||||
printf(" instead of ");
|
||||
print64(fin_length);
|
||||
printf("\n");
|
||||
}
|
||||
printf("\nDone.\n");
|
||||
printf_time(get_time_ms() - start_time);
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue