diff options
Diffstat (limited to 'src/todo.c')
-rw-r--r-- | src/todo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -468,7 +468,7 @@ todo_edit_note (char *editor) (void)snprintf (fullname, BUFSIZ, "%s%s", path_notes, i->note); wins_launch_external (fullname, editor); - if (io_file_is_empty (fullname)) + if (io_file_is_empty (fullname) > 0) erase_note (&i->note, ERASE_FORCE); } |