forked from github/server
Korrekte Anzeige der Zaubersyntax.
This commit is contained in:
parent
326519190e
commit
ff9e124ce3
|
@ -522,7 +522,7 @@ report_spell(FILE * F, spellid_t id, const struct locale * lang)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
bufp = buf + strxcpy(bufp, sp->syntax);
|
bufp = buf + strxcpy(buf, sp->syntax);
|
||||||
}
|
}
|
||||||
rps(F, buf);
|
rps(F, buf);
|
||||||
rnl(F);
|
rnl(F);
|
||||||
|
|
Loading…
Reference in New Issue