diff options
Diffstat (limited to 'src/integer.h')
| -rw-r--r-- | src/integer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/integer.h b/src/integer.h index 014b53a..b54bf5d 100644 --- a/src/integer.h +++ b/src/integer.h | |||
| @@ -52,6 +52,8 @@ namespace Gats | |||
| 52 | b = (iIn&0x3F); | 52 | b = (iIn&0x3F); |
| 53 | if( iIn > b ) | 53 | if( iIn > b ) |
| 54 | b |= 0x80 | 0x40; | 54 | b |= 0x80 | 0x40; |
| 55 | else | ||
| 56 | b |= 0x40; | ||
| 55 | } | 57 | } |
| 56 | else | 58 | else |
| 57 | { | 59 | { |
