tags 518271 + patch fixed-upstream thanks http://bugzilla.abisource.com/show_bug.cgi?id=11731 seems to be related, although the patches there do not fix the problem.
The bug is resolved in SVN. A minimally intrusive patch fixing the problem for 2.6.4 is attached, but upstream will rewrite the code in question anyway. Patrik
--- abiword/src/af/gr/unix/gr_UnixPangoGraphics.cpp 2009-03-21 22:56:50.000000000 +0100 +++ abiword/src/af/gr/unix/gr_UnixPangoGraphics.cpp 2009-03-21 22:56:58.000000000 +0100 @@ -4975,7 +4975,7 @@ slow++; } xxx_UT_DEBUGMSG(("Input %d return %d \n",iAdobe,adobeSUni[slow][1])); - if(slow > 255) + if(slow >= 255) { return iAdobe; }
signature.asc
Description: Digital signature