--- capa/capa51/pProj/capalogin.c 1999/09/28 21:26:21 1.1 +++ capa/capa51/pProj/capalogin.c 1999/10/13 18:45:28 1.2 @@ -1124,7 +1124,7 @@ print_unit_components(FILE *fp,Unit_t *t } -#define ANSWER_STRING_LENG 64 +/*#define ANSWER_STRING_LENG 64*/ #define UNIT_STRING_LENG 64 #define FORMAT_STRING_LENG 32 @@ -1856,7 +1856,7 @@ int *section; mvaddstr(X_ROW,H_COL,":H = Show Hint"); } switch(log_char) { - case 'U': case 'u': case 'S': + case 'U': case 'u': case 'S': case 'F': entry.answers[num]='N'; break; case 'Y': allow_hint=1; mvaddstr(X_ROW,H_COL,":H = Show Hint"); /* fall through here */ default: entry.answers[num]=log_char; break;