Skip to content
Snippets Groups Projects
Commit 738a310d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Always report the total LZH compressed messages

This looks like a 20-year-old copy/paste bug. CID 33168.
parent 45ed90af
No related branches found
No related tags found
No related merge requests found
......@@ -1152,7 +1152,7 @@ int main(int argc, char **argv)
printf("%-39.39s: %-8lu %13s bytes used\n"
,"Total Active Messages"
,totalmsgs,ultoac(totalmsgbytes,str));
if(totallzhmsgs && totalmsgs!=smb.status.total_msgs)
if(totallzhmsgs)
printf("%-39.39s: %-8lu %13s bytes saved\n"
,"Total LZH Compressed Messages"
,totallzhmsgs,ultoac(totallzhsaved,str));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment