This commit is contained in:
D4ve-R
2023-05-17 16:18:50 +02:00
committed by Thomas Krijnen
parent a8ca66b425
commit 0828a89b66
+1 -1
View File
@@ -691,7 +691,7 @@ int main(int argc, char** argv) {
std::vector<path_t> tokens;
split(tokens, output_filename, boost::is_any_of("."));
std::vector<path_t>::iterator tok_itxer;
std::vector<path_t>::iterator tok_iter;
path_t ext = *(tokens.end() - 1);
path_t dot;
dot = '.';