We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed88f55 commit e04a6fbCopy full SHA for e04a6fb
crypto/tl/tlblib.cpp
@@ -45,7 +45,7 @@ bool Bool::print_skip(PrettyPrinter& pp, vm::CellSlice& cs) const {
45
}
46
47
bool NatWidth::print_skip(PrettyPrinter& pp, vm::CellSlice& cs) const {
48
- long long value = (long long)cs.fetch_ulong(32);
+ long long value = (long long)cs.fetch_ulong(n);
49
return value >= 0 && pp.out_int(value);
50
51
0 commit comments