This commit is contained in:
Markus Armbruster 2006-02-12 23:01:47 +00:00
parent 87af0f7fc4
commit 4ff857507e
3 changed files with 2 additions and 7 deletions

View file

@ -114,8 +114,7 @@ uprnf(char *buf)
* arguments. It is assumed to be already user text. Plain ASCII and
* text received from the same player are fine, for anything else the
* caller has to deal with output filtering.
* If a partial line with different id is buffered, terminate it with
* a newline first.
* If a partial line is buffered, terminate it with a newline first.
*/
void
pr_id(struct player *p, int id, char *format, ...)