Skip to content
Snippets Groups Projects
Commit f0c1b5a6 authored by Antoni Kiedos's avatar Antoni Kiedos
Browse files

Updated dist/ directory.

parent 7f659e01
No related branches found
Tags v0.1.1
No related merge requests found
No preview for this file type
...@@ -88,7 +88,7 @@ namespace litefprocut ...@@ -88,7 +88,7 @@ namespace litefprocut
} }
else else
{ {
if(std::strcmp(argv[n + 1], "--skip") == 0) if(argc > n + 1 && std::strcmp(argv[n + 1], "--skip") == 0)
{ {
for(std::size_t i = n + 2; i < argc; i++) for(std::size_t i = n + 2; i < argc; i++)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment