Netboot Mailing List (by thread)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for bootmenu.c




#Include <hallo.h>



I found out that my "Numeric" Patch was incomplete. This patches the
'without "-DANSIESC"' case.


- diff -
--- bootmenu.c.orig     Sun May 28 17:39:52 2000
+++ bootmenu.c  Sun May 28 17:40:36 2000
@@ -196,7 +196,11 @@
                        printf("\033[4C%c) ",'A'+j++);
 #endif
 #else
+#ifdef SHOW_NUMERIC
+                       printf("    %c) ",'1'+j++);
+#else
                        printf("    %c) ",'A'+j++);
+#endif
 #endif
                        for (s = e+2, len = TAG_LEN(e)+2;
                             (s - e) < len && *s != ':';
- end -


Bis denn

-- 
Real Programmers consider "what you see is what you get" to be just as 
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated, 
cryptic, powerful, unforgiving, dangerous.


===========================================================================
This Mail was sent to netboot mailing list by:
Matthias Schniedermeyer <ms@citd.de>
To get help about this list, send a mail with 'help' as the only string in
it's body to majordomo@baghira.han.de. If you have problems with this list,
send a mail to netboot-owner@baghira.han.de.



For requests or suggestions regarding this mailing list archive please write to netboot@gkminix.han.de.