diff -r c226247490b2 -r 6fe48a3a12bf open-src/lib/libX11/6789219.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/open-src/lib/libX11/6789219.patch Wed Jan 07 20:19:32 2009 -0800 @@ -0,0 +1,20 @@ +--- modules/om/generic/omGeneric.c Tue Dec 23 22:27:59 2008 ++++ modules/om/generic/omGeneric.c Fri Dec 26 06:58:18 2008 +@@ -864,7 +864,7 @@ + return True; + + /* This may mot be needed anymore as XListFonts() takes care of this */ +- while (num_fields < 12) { ++/* while (num_fields < 12) { + if ((last - buf) > (XLFD_MAX_LEN - 2)) + return -1; + *last = '*'; +@@ -875,7 +875,7 @@ + if ((font_data->xlfd_name = get_font_name(oc, buf)) != NULL) + return True; + } +- ++ */ + + return False; + }