From: Michal MalĂ˝ Date: Mon, 29 Dec 2014 16:41:42 +0000 (+0100) Subject: Multidimensional comment message X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=bfa616f0d575f7a6689d9d5a521dc87159fbe0c7;p=Nine-Q.git Multidimensional comment message --- 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