Skip to content
Snippets Groups Projects

Implements #258 and implements #259 multi group

Merged Nicolas Pope requested to merge feature/258/multi-group into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -81,7 +81,7 @@ int main(int argc, char **argv) {
@@ -81,7 +81,7 @@ int main(int argc, char **argv) {
LOG(ERROR) << "Missing input ftl file.";
LOG(ERROR) << "Missing input ftl file.";
return -1;
return -1;
} else {
} else {
filename = paths[0];
filename = paths[paths.size()-1];
}
}
std::ifstream f;
std::ifstream f;
Loading