From d8ac5b68b504536136347547816992b1cf605cd4 Mon Sep 17 00:00:00 2001
From: simon <simon>
Date: Fri, 08 Nov 2002 15:20:59 +0000
Subject: - a couple of fixes like this one:

-    fprintf(f, "%g", real);
+    fprintf(f, "%g", static_cast<double>(real));

with 'real' being a fouble object. as fprintf is a c function with variable
arguments one cannot pass non-primitive objects through it and there is
no way for the compiler to figure out the right conversion operator, so
we give it a helping hand :)
---
(limited to 'pics/ubrowser')

--
cgit v0.9.0.2