summaryrefslogtreecommitdiff
path: root/src/notes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/notes.cc')
-rw-r--r--src/notes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notes.cc b/src/notes.cc
index 26960073..de9b7558 100644
--- a/src/notes.cc
+++ b/src/notes.cc
@@ -70,7 +70,7 @@ void output_note(char *final_note)
if (!fff) return;
/* Add note, and close note file */
- my_fputs(fff, final_note, 0);
+ fprintf(fff, "%s\n", final_note);
/* Close the handle */
my_fclose(fff);