Fixed removing escape symbols for command line arguments

This commit is contained in:
AlexeyAB
2018-06-21 02:42:39 +03:00
parent 76e258520e
commit 4a2a2250f9
3 changed files with 16 additions and 1 deletions

View File

@ -357,7 +357,7 @@ int main(int argc, char **argv)
int i;
for (i = 0; i < argc; ++i) {
if (!argv[i]) continue;
strip(argv[i]);
strip_args(argv[i]);
}
//test_resize("data/bad.jpg");