clear up some reported curses warnings

This commit is contained in:
nhmall
2019-10-06 09:07:49 -04:00
parent 57d87db92c
commit 193f8c39bd
5 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ curses_choose_character()
tmpchoice[count] = toupper(tmpchoice[count]);
}
sprintf(choice, "%s%s", choice, tmpchoice);
strcat(choice, tmpchoice);
/* prevent an unnecessary prompt */
rigid_role_checks();