From bfa616f0d575f7a6689d9d5a521dc87159fbe0c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Mon, 29 Dec 2014 17:41:42 +0100 Subject: [PATCH] Multidimensional comment message --- src/formatting_helpers.adb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/formatting_helpers.adb b/src/formatting_helpers.adb index 2991f56..86e23b6 100644 --- a/src/formatting_helpers.adb +++ b/src/formatting_helpers.adb @@ -170,6 +170,15 @@ package body Formatting_Helpers is Zero_String: UB_Text; RNum: FH_Float := Num + EPSILON; begin + -- + -- FIXME!!! + -- Dear yourself from the future. If you are reading this, it means that the + -- number formatting function has glitched out again! Do not try to fix it no matter + -- how generous supply of coffee and beer you have at hand. Look up how the actually + -- smart people have solved this in the sixites and just adapt their solution for fuck's sake! + -- + -- Also, did anything "useful" come out of this? (you know what I'm talking about)... + -- if Num = 0.0 then Log_Num := 1.0; else -- 2.43.5