Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37394510
en ru br
ALT Linux repos
S:0.5.1-alt2
5.0: 0.5.1-alt2
4.1: 0.5.1-alt2
4.0: 0.5.1-alt2
3.0: 0.5.1-alt2

Group :: Office
RPM: xlhtml

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xlhtml-textoutput-fix.patch
Download


--- 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 */
 					{
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin