diff options
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ int main(int argc, char** argv) { return 1; } - Editor editor(contents); + Editor editor(contents, filepath); editor.run_editor(); delete contents; |
