This commit is contained in:
jl777
2019-02-02 03:19:52 -11:00
parent 9b9bae114e
commit e25d05fd85
3 changed files with 6 additions and 4 deletions

View File

@@ -403,7 +403,8 @@ over:
printf("The score file is very busy. Do you want to wait longer\n");
printf("for it to become free so your score can get posted?\n");
printf("If so, type \"y\"\n");
(void) fgets(prbuf, MAXSTR, stdin);
if (fgets(prbuf, MAXSTR, stdin) != 0 )
;
if (prbuf[0] == 'y')
for (;;)
{