summaryrefslogtreecommitdiff
path: root/editor.c
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2023-01-16 14:14:25 -0700
committercflip <cflip@cflip.net>2023-01-16 14:19:02 -0700
commit8be3915417bcafdbf2a8752980db96e06df096aa (patch)
treedc463de897bdc91220639809bef9082a7e5289a3 /editor.c
parent58d38d02b215f2e4829ccdc399df8d59bb6cb140 (diff)
Improve behaviour when opening a file from the command line
The editor had two issues when reading a file with a name from the command line. The most annoying issue was that when reallocating the internal filename in the editor, the null terminator wasn't copied which sometimes left garbage at the end of the filename. The other issue was that the editor would quit with a fatal error if there was no file with the specified name, when it should open the file anyway and just create it on save.
Diffstat (limited to 'editor.c')
0 files changed, 0 insertions, 0 deletions