This commit is contained in:
nisheeth 1998-04-29 08:39:56 +00:00
Родитель 30ef93cdca
Коммит c03cfd3d2c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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-- )