2013-09-26 17:14:40 +02:00

14 lines
427 B
Plaintext

$NetBSD: patch-ab,v 1.1.1.1 2007/05/19 01:10:17 heinz Exp $
--- sudoku.c.orig 2005-07-25 03:13:53.000000000 +0200
+++ sudoku.c
@@ -1837,7 +1837,7 @@ save_board( void )
/* Read character input (raw processing mode) */
i = strlen( userfile );
- while( '\r' != ( ch = getkey( ) ) )
+ while( '\n' != ( ch = getkey( ) ) )
{
if( 0x08 == ch || VKEY_LEFT == ch ) /* destructive backspace */
{