Warning fix. Thanks to tenthumbs@cybernex.net.

git-svn-id: svn://10.0.0.236/trunk@838 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth 1998-04-29 08:39:56 +00:00
parent ad8a2bf568
commit 010ada78cf

View File

@ -8420,7 +8420,7 @@ Bool lo_GrowTextBlock ( LO_TextBlock * block, uint32 length )
static void
lo_CopyText ( uint8 * src, uint8 * dst, uint32 length )
{
char c;
uint8 c;
/* copy a text string, converting non breaking spaces to normal spaces as we go */
while ( length-- )