13 lines
361 B
Plaintext
13 lines
361 B
Plaintext
$OpenBSD: patch-gtypist_c,v 1.1 2002/12/13 07:38:04 pvalchev Exp $
|
|
--- gtypist.c.orig Thu Dec 12 01:04:42 2002
|
|
+++ gtypist.c Thu Dec 12 01:04:50 2002
|
|
@@ -1250,7 +1250,7 @@ do_exit( FILE *script )
|
|
static char
|
|
do_query_repeat ( FILE *script, bool allow_next )
|
|
{
|
|
- char resp;
|
|
+ int resp;
|
|
|
|
/* display the prompt */
|
|
move( MESSAGE_LINE, 0 ); clrtoeol();
|