Группа :: Офис
Пакет: xlhtml
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: xlhtml-textoutput-fix.patch
--- xlhtml/xlhtml.c 2004-10-01 15:00:08 +0300
+++ xlhtml/xlhtml.c 2004-10-01 15:01:22 +0300
@@ -2997,7 +2997,7 @@
break;
case 0x31: /* Text - if we are here...it's a number */
dnum = atof((char *)u->str);
- printf("%g", dnum);
+ printf("%.15g", dnum);
break;
default: /* Unsupported...but, if we are here, it's a number */
{