From: Stephane Eranian <eranian@frankl.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] elilo-3.0 minor fix
Date: Tue, 24 Jul 2001 00:25:02 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590693005883@msgid-missing> (raw)
[-- 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
reply other threads:[~2001-07-24 0:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590693005883@msgid-missing \
--to=eranian@frankl.hpl.hp.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox