summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/birth.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/birth.cc b/src/birth.cc
index c6e1d922..75d533ab 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -556,6 +556,7 @@ static void get_history(void)
/* Acquire the textual history */
strcat(buf, bg[i].info.c_str());
+ strcat(buf, " ");
/* Enter the next chart */
chart = bg[i].next;