Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 277257
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/tools/abicommand/xp/AbiCommand.cpp
0
++ b/tools/abicommand/xp/AbiCommand.cpp
Lines 551-557 Link Here
551
				UT_UTF8String *pCom1 =
551
				UT_UTF8String *pCom1 =
552
					const_cast < UT_UTF8String * >(static_cast < const UT_UTF8String * >(pToks->getNthItem (1)));
552
					const_cast < UT_UTF8String * >(static_cast < const UT_UTF8String * >(pToks->getNthItem (1)));
553
				printf(" Filename %s \n",pCom1->utf8_str());
553
				printf(" Filename %s \n",pCom1->utf8_str());
554
				char *suffix = rindex (pCom1->utf8_str (), '.');
554
				const char *suffix = rindex (pCom1->utf8_str (), '.');
555
555
556
				if (suffix != NULL)
556
				if (suffix != NULL)
557
				{
557
				{

Return to bug 277257