[Gnucash-changes] whoops, mised a flag

Linas Vepstas linas at cvs.gnucash.org
Sun Jun 27 16:54:04 EDT 2004


Log Message:
-----------
whoops, mised a flag

Modified Files:
--------------
    gnucash/src/engine:
        qofmath128.c

Revision Data
-------------
Index: qofmath128.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/engine/qofmath128.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lsrc/engine/qofmath128.c -Lsrc/engine/qofmath128.c -u -r1.3 -r1.4
--- src/engine/qofmath128.c
+++ src/engine/qofmath128.c
@@ -285,6 +285,7 @@
   guint64 sbit = x.hi & 0x1;
   x.hi >>= 1;
   x.lo >>= 1;
+  x.isbig = 0;
   if (sbit)
   {
     sbit = 1<<30;  /* in two step to avoid 1ULL<<63 */


More information about the gnucash-changes mailing list