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:
parent
ad8a2bf568
commit
010ada78cf
@ -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-- )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user