(getele): ~p printed user text as normal text.

This commit is contained in:
Markus Armbruster 2005-05-26 12:50:08 +00:00
parent 2cc44bb182
commit 44b11ab597

View file

@ -72,7 +72,7 @@ getele(char *nation, char *buf /* buf is message text */)
} }
if (tilde_escape(buffer, 'p')) { if (tilde_escape(buffer, 'p')) {
pr("This is what you have written so far:\n"); pr("This is what you have written so far:\n");
pr("%s", buf); uprnf(buf);
continue; continue;
} }
if (buffer[0] == '.' && ((buffer[1] == 0) if (buffer[0] == '.' && ((buffer[1] == 0)