summaryrefslogtreecommitdiff
path: root/src/init1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/init1.cc')
-rw-r--r--src/init1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init1.cc b/src/init1.cc
index 31e8c55a..323a0c7f 100644
--- a/src/init1.cc
+++ b/src/init1.cc
@@ -3275,7 +3275,7 @@ errr init_v_info_txt(FILE *fp)
s = buf + 2;
/* Append data */
- strappend(&v_ptr->data, s);
+ v_ptr->data += s;
/* Next... */
continue;