ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Represent/Represent.cpp
(Generate patch)

Comparing Represent/represent.cpp (file contents):
Revision 367 by douglas, 2004-12-21T03:24:26-08:00 vs.
Revision 368 by douglas, 2004-12-21T03:26:56-08:00

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines