Commit ca2f667
Polish a few minor details
- bug fix in `bcf_dec_typed_int1_safe()`, 64-bit values could not have been read
correctly by this function
- cosmetic change to declare val1 always as int64_t and explicit cast to int32_t
and add explicit LL to a 64-bit constant in case some compilers were fussy
(cherry picked from commit ecc69cf)1 parent a53582f commit ca2f667
2 files changed
+12
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
1269 | 1269 | | |
1270 | 1270 | | |
1271 | 1271 | | |
1272 | | - | |
1273 | | - | |
1274 | | - | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
1275 | 1277 | | |
1276 | 1278 | | |
1277 | 1279 | | |
| |||
2726 | 2728 | | |
2727 | 2729 | | |
2728 | 2730 | | |
| 2731 | + | |
2729 | 2732 | | |
2730 | 2733 | | |
2731 | | - | |
2732 | 2734 | | |
2733 | 2735 | | |
2734 | 2736 | | |
| |||
2749 | 2751 | | |
2750 | 2752 | | |
2751 | 2753 | | |
2752 | | - | |
2753 | | - | |
2754 | 2754 | | |
2755 | 2755 | | |
2756 | 2756 | | |
| |||
2777 | 2777 | | |
2778 | 2778 | | |
2779 | 2779 | | |
2780 | | - | |
| 2780 | + | |
2781 | 2781 | | |
2782 | 2782 | | |
2783 | | - | |
| 2783 | + | |
2784 | 2784 | | |
2785 | 2785 | | |
2786 | 2786 | | |
| |||
0 commit comments