From 3e5bb80b02ebb2809ab3d46a1f1eb9ab6df28101 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 22 May 2005 21:08:25 +0000 Subject: [PATCH] http://eressea.upb.de/mantis/view.php?id=519 Im Nr steht zum Zauber "Aushorchen" Keine Syntax --- src/common/gamecode/report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gamecode/report.c b/src/common/gamecode/report.c index 39a4fbaa0..4288dfe46 100644 --- a/src/common/gamecode/report.c +++ b/src/common/gamecode/report.c @@ -585,7 +585,7 @@ report_spell(FILE * F, spellid_t id, const struct locale * lang) } } } else { - bufp += strxcpy(bufp, sp->syntax); + bufp = buf + strxcpy(bufp, sp->syntax); } rps(F, buf); rnl(F);