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 391 by douglas, 2004-12-24T20:31:04-08:00 vs.
Revision 392 by douglas, 2004-12-24T20:46:32-08:00

# Line 340 | Line 340 | char Represent::input(const Item& item)
340          case InputType::INPUT_Binary:
341                  return Binary(item.data, false).convert<char>(false);
342          case InputType::INPUT_Hexadecimal:
343 <                return Hexadecimal(input.data, false).convert<char>(false);
343 >                return Hexadecimal(item.data, false).convert<char>(false);
344          }
345   }
346  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines