From: Chong Yidong Date: Sat, 12 May 2007 23:55:42 +0000 (+0000) Subject: * image.c (pbm_load): Correctly check image size for greyscale pbm. X-Git-Tag: emacs-pretest-23.0.90~12687 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7fb417371401f396965990b8f32b1480b0d6d982;p=emacs.git * image.c (pbm_load): Correctly check image size for greyscale pbm. --- diff --git a/src/ChangeLog b/src/ChangeLog index feb92751e0c..b2e3338e98d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2007-05-12 Chong Yidong + * image.c (pbm_load): Correctly check image size for greyscale pbm. + * xterm.c (XTread_socket): Yet another uncaught X error crash (YAUXEC).