From 3d260d4673d9d94b71155796cbb6afccf8cf899d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 26 Feb 2008 09:52:42 +0000 Subject: [PATCH] * Fix crash when trying to display context-sensitive help, not that we have any at the moment (LP: #195564). --- debian/changelog | 7 +++++++ help.inc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 018bb94..5e832b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gfxboot-theme-ubuntu (0.5.5) UNRELEASED; urgency=low + + * Fix crash when trying to display context-sensitive help, not that we + have any at the moment (LP: #195564). + + -- Colin Watson Tue, 26 Feb 2008 09:47:11 +0000 + gfxboot-theme-ubuntu (0.5.4) hardy; urgency=low * Fix crash when pressing an unhandled key followed by F1 when the boot diff --git a/help.inc b/help.inc index 49f5520..c5e605d 100644 --- a/help.inc +++ b/help.inc @@ -95,7 +95,7 @@ clip.size pop 800 eq { /findbootoption { /bo.buf boot.ed 3 get def /bo.len boot.ed 4 get def - /bo.pos boot.ed 5 get def + /bo.pos boot.ed 5 get 0 get def { bo.pos 0 eq { exit } if