--- Represent/Represent.cpp 2004/12/25 04:31:04 391 +++ Represent/Represent.cpp 2004/12/25 04:46:32 392 @@ -340,7 +340,7 @@ char Represent::input(const Item& item) case InputType::INPUT_Binary: return Binary(item.data, false).convert(false); case InputType::INPUT_Hexadecimal: - return Hexadecimal(input.data, false).convert(false); + return Hexadecimal(item.data, false).convert(false); } }