Skip to content

Commit

Permalink
Testing VII
Browse files Browse the repository at this point in the history
m
  • Loading branch information
Mileter committed Jun 26, 2024
1 parent e39ffaa commit 27b48a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void autoNewline(string fileIn, string fileOut, int maxKerning)
renewline(fin, fout, maxKerning);
fin.close();
fout.close();
rename(temp.c_str()+bak, fileOut.c_str());
rename(temp.c_str(), fileOut.c_str());
}

unordered_map<string, function<void()>> cmds = {
Expand Down

0 comments on commit 27b48a2

Please sign in to comment.