Skip to content
Snippets Groups Projects
Commit 1153e75f authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix for bad paths in ftl2mkv

parent 839158b6
No related branches found
No related tags found
1 merge request!186Implements #258 and implements #259 multi group
Pipeline #16883 passed
......@@ -81,7 +81,7 @@ int main(int argc, char **argv) {
LOG(ERROR) << "Missing input ftl file.";
return -1;
} else {
filename = paths[0];
filename = paths[paths.size()-1];
}
std::ifstream f;
......
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