# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |