This commit is contained in:
iceman1001 2021-05-21 11:50:49 +02:00
parent 8f92d8269f
commit 8f9d8fa1bd

View file

@ -1080,7 +1080,7 @@ int main(int argc, const char *argv[]) {
printf("Total count of right bins: " _YELLOW_("%zu") "\n", rstates.size());
if (rbits < 96) {
printf(_RED_("\n WARNING!!! Better find another trace, the right top-bin is < 96 bits\n\n"));
printf("\n" _RED_("WARNING!!!") ", better find another trace, the right top-bin is smaller than 96 bits\n\n");
}
for (itrstates = rstates.begin(); itrstates != rstates.end(); ++itrstates) {