Fix fuzzing and remove unused variable
This commit is contained in:
@ -14,7 +14,6 @@ int main(int argc, char** argv)
|
||||
DIR *d;
|
||||
struct dirent *dir;
|
||||
int r = 0;
|
||||
int i;
|
||||
|
||||
if (argc != 2) {
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user