rpms/abiword/FC-3 abiword-2.0.12.impexp.patch,1.4,1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 13 22:06:31 UTC 2005


Author: caolanm

Update of /cvs/dist/rpms/abiword/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv17074

Modified Files:
	abiword-2.0.12.impexp.patch 
Log Message:
fix patch

abiword-2.0.12.impexp.patch:
 ie_imp_RTF.cpp |   36 +++++++++++++++++++++---------------
 1 files changed, 21 insertions(+), 15 deletions(-)

Index: abiword-2.0.12.impexp.patch
===================================================================
RCS file: /cvs/dist/rpms/abiword/FC-3/abiword-2.0.12.impexp.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- abiword-2.0.12.impexp.patch	13 Oct 2005 21:49:00 -0000	1.4
+++ abiword-2.0.12.impexp.patch	13 Oct 2005 22:06:27 -0000	1.5
@@ -32,7 +32,7 @@
  	    FIXME: CJK font names come in form \'aa\'cd\'ef - so we have to
  	    parse \'HH correctly (currently we ignore them!) - VH
  	*/
--	while ( ch != '}'  &&  ch != '\\'  &&  ch != ';' && ch!= '{' && count < MAX_KEYWORD_LEN)
+-	while ( ch != '}'  &&  ch != '\\'  &&  ch != ';' && ch!= '{')
 +	while ( ch != '}'  &&  ch != '\\'  &&  ch != ';' && ch!= '{' && count < MAX_KEYWORD_LEN - 1)
  	{
  		keyword[count] = ch;




More information about the fedora-cvs-commits mailing list