Bug#392651: emacs21: bug in 'xbm_read_bitmap_data' (file xfns.c)

2006-10-12 Thread Jochen Voss
Package: emacs21 Version: 21.4a-6.2 Severity: normal Hello, recently I discovered the following bit of code in the source file src/xfns.c (function 'xbm_read_bitmap_data', starting at line 6705): if (LA1 == XBM_TK_NUMBER); { char *p = strrchr (buffer, '_'); p =

Bug#392651: emacs21: bug in 'xbm_read_bitmap_data' (file xfns.c)

2006-10-12 Thread Romain Francoise
Jochen Voss [EMAIL PROTECTED] writes: Since there is a semi-colon at the end of the first line, the indented block will be executed unconditionally. This is at least confusing and very probably a bug which should be fixed. Yep, that's a bug. I fixed it upstream. Thanks! -- Romain