Page MenuHomeFreeBSD

D34122.diff
No OneTemporary

D34122.diff

diff --git a/sys/sys/bitstring.h b/sys/sys/bitstring.h
--- a/sys/sys/bitstring.h
+++ b/sys/sys/bitstring.h
@@ -304,7 +304,7 @@
}
_mask = _match ? _BITSTR_MASK : 0;
- _maxshft = _bit_idx(_size - 1) == 0 ? _size : _BITSTR_BITS;
+ _maxshft = _bit_idx(_size - 1) == 0 ? _size : (int)_BITSTR_BITS;
_value = 0;
_curbitstr = _bitstr + _bit_idx(_start);
_test = ~(_BITSTR_MASK << _bit_offset(_start));

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 9, 7:04 PM (21 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14564528
Default Alt Text
D34122.diff (407 B)

Event Timeline