public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] elilo-3.0 minor fix
@ 2001-07-24  0:25 Stephane Eranian
  0 siblings, 0 replies; only message in thread
From: Stephane Eranian @ 2001-07-24  0:25 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

Hi,

The attached patch fixes the problem reported by Richard Hirst with regards
to typing return with no text at the elilo boot prompt. This patch only
applies to elilo-3.0


-- 
-Stephane

[-- Attachment #2: elilo-010723.diff --]
[-- Type: text/plain, Size: 197 bytes --]

--- elilo-3.0/util.c	Mon Jul  2 00:57:29 2001
+++ elilo-3.1/util.c	Mon Jul 23 16:01:34 2001
@@ -135,7 +135,7 @@
 
 	BS->CloseEvent(timer);
 
-	return idx ? -1 : 0;
+	return idx ? 1 : 0;
 }
 
 INTN

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-24  0:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-24  0:25 [Linux-ia64] elilo-3.0 minor fix Stephane Eranian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox