]> git.pld-linux.org Git - packages/busybox.git/blobdiff - busybox-loadfont.patch
- we want dhcp client
[packages/busybox.git] / busybox-loadfont.patch
index bb07486b944ff55cf753246fe97e10ec6feb2f89..5164e3cef09fb858f5cd4a12bcbf1520064fbdbf 100644 (file)
@@ -1,14 +1,13 @@
-diff -urN busybox-1.00-pre2.org/console-tools/loadfont.c busybox-1.00-pre2/console-tools/loadfont.c
---- busybox-1.00-pre2.org/console-tools/loadfont.c     2003-08-02 23:46:48.000000000 +0200
-+++ busybox-1.00-pre2/console-tools/loadfont.c 2003-08-02 23:47:38.000000000 +0200
-@@ -185,8 +185,10 @@
+--- busybox-1.3.1/console-tools/loadfont.c.orig        2006-12-27 05:54:01.000000000 +0100
++++ busybox-1.3.1/console-tools/loadfont.c     2006-12-30 12:29:56.698666552 +0100
+@@ -169,8 +169,10 @@
                head0 = sizeof(struct psf_header);
  
                head = head0 + fontsize * unit;
 +              /*
                if (head > inputlth || (!hastable && head != inputlth))
-                       bb_error_msg_and_die("Input file: bad length");
-+              */
+                       bb_error_msg_and_die("input file: bad length");
++               */
                do_loadfont(fd, inbuf + head0, unit, fontsize);
                if (hastable)
                        do_loadtable(fd, inbuf + head, inputlth - head, fontsize);
This page took 0.089303 seconds and 4 git commands to generate.