01 Apr 15 13:42, I wrote to all: ac> + if (fileCountTotal > 1) ac> + { ac> + xscatprintf(&(msg->text), "\\r %s\\r", print_ch(77, '=')); ac> + xscatprintf(&(msg->text), ">Total %u bytes in %u ac> file%s\\r\\r", ac> + fileSizeTotal, fileCountTotal, fileCountTotal == 1 ? "" ac> : "s"); ac> + } Ironically the fileCountTotal == 1 check here that I added in the first patch can never be true in the second patch. Any self-respecting C compiler will optimise that out, though. --- GoldED+/BSD 1.1.5-b20130910 * Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267)
|