mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
427 B
Plaintext
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 */
|
|
{
|