We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e434780 commit fbcb216Copy full SHA for fbcb216
hcxdumptool.c
@@ -5460,6 +5460,7 @@ close_lists();
5460
if(rooterrorflag == true) exit(EXIT_FAILURE);
5461
if((monitormodeflag == true) || (interfacelistflag == true) || (interfaceinfoflag == true) || (interfacelistshortflag == true)) return EXIT_SUCCESS;
5462
fprintf(stdout, "\n\033[?25h");
5463
+errorcount += errortxcount;
5464
fprintf(stderr, "%u ERROR(s) during runtime\n", errorcount);
5465
if(errorcount > 0) fprintf(stderr, "Possible reasons:\n"
5466
" driver is broken\n"
0 commit comments