mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
24055b8c49
commit
afd64bc58f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user