From 5fe0c7d8468f328056ecb3150b864ddef52a921f Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 20 Jan 2003 09:51:45 +0000 Subject: * (ComputeCoordinates): Correction d'un bug supprimant syst�matiquement le premier blanc existant au d�but des lignes de texte � partir de la seconde. --- generic/Text.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'generic/Text.c') diff --git a/generic/Text.c b/generic/Text.c index 657ce8f..0809ab6 100644 --- a/generic/Text.c +++ b/generic/Text.c @@ -480,13 +480,6 @@ ComputeCoordinates(Item item, ZnListAdd(text->text_info, &info, ZnListTail); /*printf("adding a line : %s, num_bytes : %d, width : %d\n", info.start, info.num_bytes, info.width);*/ - - /* - * Skip terminating space or return char if any. - */ - if (isspace(*scan) || *scan == '\n') { - scan++; - } } } -- cgit v1.1