mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 21:29:01 +00:00
Update zlib to 1.2.13
This commit is contained in:
@@ -564,7 +564,7 @@ int main(argc,argv)
|
||||
|
||||
while ((*p)!='\0')
|
||||
{
|
||||
char c=*(p++);;
|
||||
char c=*(p++);
|
||||
if ((c=='l') || (c=='L'))
|
||||
opt_do_list = 1;
|
||||
if ((c=='v') || (c=='V'))
|
||||
|
||||
Reference in New Issue
Block a user