diff --git a/src/common/gamecode/report.c b/src/common/gamecode/report.c index 2a509cbcf..6e45f58d6 100644 --- a/src/common/gamecode/report.c +++ b/src/common/gamecode/report.c @@ -522,7 +522,7 @@ report_spell(FILE * F, spellid_t id, const struct locale * lang) } } } else { - bufp = buf + strxcpy(bufp, sp->syntax); + bufp = buf + strxcpy(buf, sp->syntax); } rps(F, buf); rnl(F);