Use unsigned printf/scanf conversion where more appropriate
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -157,7 +157,7 @@ int pscan_main(int argc UNUSED_PARAM, char **argv)
|
||||
}
|
||||
if (ENABLE_FEATURE_CLEAN_UP) free(lsap);
|
||||
|
||||
printf("%d closed, %d open, %d timed out (or blocked) ports\n",
|
||||
printf("%u closed, %u open, %u timed out (or blocked) ports\n",
|
||||
closed_ports,
|
||||
open_ports,
|
||||
nports - (closed_ports + open_ports));
|
||||
|
Reference in New Issue
Block a user