summaryrefslogtreecommitdiff
path: root/src/birth.cc
diff options
context:
space:
mode:
authorElmo Todurov <elmo.todurov@eesti.ee>2016-10-06 03:02:11 +0300
committerBardur Arantsson <bardur@scientician.net>2016-10-06 07:54:19 +0200
commit098474f6bf60cd0743c9c942324521f672c0eb10 (patch)
tree6042be032a3845cf5aec73760adfcca405868932 /src/birth.cc
parent1bbec92ffb269156c2a3e32b25072eab572502ef (diff)
Fixed reading character history
Diffstat (limited to 'src/birth.cc')
-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;