# | Line 29 | Line 29 | Binary::Binary(std::string& string, bool | |
---|---|---|
29 | ||
30 | if (off != 0) | |
31 | { | |
32 | < | bytes.push_back(0); |
32 | > | bytes.push_back(0); |
33 | string.insert(0, 8 - off, signed_ && string[0] == '1' ? '1' : '0'); | |
34 | } | |
35 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |