wok diff abiword-plugins/stuff/gcc44.u @ rev 5174

Up: slitaz-tools (3.7) Improvments, po update, fixes
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 27 01:19:18 2010 +0100 (2010-03-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/abiword-plugins/stuff/gcc44.u	Sat Mar 27 01:19:18 2010 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- abiword-plugins-2.6.4/tools/abicommand/xp/AbiCommand.cpp
     1.5 ++++ abiword-plugins-2.6.4/tools/abicommand/xp/AbiCommand.cpp
     1.6 +@@ -551,7 +551,7 @@
     1.7 + 				UT_UTF8String *pCom1 =
     1.8 + 					const_cast < UT_UTF8String * >(static_cast < const UT_UTF8String * >(pToks->getNthItem (1)));
     1.9 + 				printf(" Filename %s \n",pCom1->utf8_str());
    1.10 +-				char *suffix = rindex (pCom1->utf8_str (), '.');
    1.11 ++				const char *suffix = rindex (pCom1->utf8_str (), '.');
    1.12 + 
    1.13 + 				if (suffix != NULL)
    1.14 + 				{