Hi Charles, On Sun, 2008-07-27 at 11:33 -0400, Charles Day wrote: > Trac: http://svn.gnucash.org/trac/changeset/17421 > Log: > Add a new function to the gnc_numeric library that converts denominators to > exact powers of ten.
> Modified: gnucash/trunk/lib/libqof/qof/gnc-numeric.c > =================================================================== > --- gnucash/trunk/lib/libqof/qof/gnc-numeric.c 2008-07-27 15:11:19 UTC > (rev 17420) > +++ gnucash/trunk/lib/libqof/qof/gnc-numeric.c 2008-07-27 15:33:23 UTC > (rev 17421) > + fraction = converted_val.denom; > + if (fraction <= 0) > + return FALSE; out of curiosity, what is the reason for disallowing negative denominators? I am not sure whether there is a gnc_numeric API function to switch signs of nom and denom safely, but I am sure that doing it is possible :-) But maybe the current behavior is actually desired. Ciao, -- andi5
signature.asc
Description: This is a digitally signed message part
_______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel