(unsigned long long)readsize, (unsigned long long) compressedfilesize,
dstFileName);
}
- } else if (fCtx->nbFilesTotal > 1) {
+ }
+ if (fCtx->nbFilesTotal > 1) {
fCtx->totalBytesInput += (size_t)readsize;
fCtx->totalBytesOutput += (size_t)compressedfilesize;
}
if (g_display_prefs.displayLevel >= 2) {
if (fCtx->nbFilesTotal <= 1 || g_display_prefs.displayLevel >= 3) {
DISPLAYLEVEL(2, "%-20s: %llu bytes \n", srcFileName, filesize);
- } else if (fCtx->nbFilesTotal > 1) {
+ }
+ if (fCtx->nbFilesTotal > 1) {
fCtx->totalBytesOutput += filesize;
}
}