whoops, mised a flag

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10116 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2004-06-27 20:54:03 +00:00
parent 24055b8c49
commit afd64bc58f

View File

@ -285,6 +285,7 @@ shift128 (qofint128 x)
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 */