Skip to content

Commit

Permalink
synchronization had lost the quadruple precision
Browse files Browse the repository at this point in the history
  • Loading branch information
vermaseren committed Jun 3, 2014
1 parent aecd000 commit 9e229fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sources/compcomm.c
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,9 @@ int CoFormat(UBYTE *s)
if ( ( key->type & DOUBLEPRECISIONFLAG ) != 0 ) {
AO.DoubleFlag = 1;
}
else if ( ( key->type & QUADRUPLEPRECISIONFLAG ) != 0 ) {
AO.DoubleFlag = 2;
}
}
else if ( key->flags == 1 ) {
AC.OutputMode = AC.OutNumberType = key->type;
Expand Down

0 comments on commit 9e229fa

Please sign in to comment.