From 2002eeabaf5bcd514f6c782b125ce93c3dbd34e9 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Mon, 23 Nov 2009 18:49:28 +0000 Subject: [PATCH] Blocked revisions 76465 via svnmerge ........ r76465 | mark.dickinson | 2009-11-23 18:46:41 +0000 (Mon, 23 Nov 2009) | 4 lines Remove restriction on precision when formatting floats. This is the first step towards removing the %f -> %g switch (see issues 7117, 5859). ........