minor things

Two unrelated tids.  I wouldn't bother putting them into Beta 1. :-)
This commit is contained in:
arromdee
2002-01-23 01:41:53 +00:00
parent 9d0a5acab1
commit af6a8574e0
2 changed files with 2 additions and 2 deletions

View File

@@ -572,7 +572,7 @@ wiz_level_change()
int newlevel;
int ret;
getlin("To what experience level do you want to be raised?", buf);
getlin("To what experience level do you want to be set?", buf);
(void)mungspaces(buf);
if (buf[0] == '\033' || buf[0] == '\0') ret = 0;
else ret = sscanf(buf, "%d", &newlevel);