summaryrefslogtreecommitdiffstats
path: root/UserOptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'UserOptions.cpp')
-rw-r--r--UserOptions.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/UserOptions.cpp b/UserOptions.cpp
index b9881ac..c86beb5 100644
--- a/UserOptions.cpp
+++ b/UserOptions.cpp
@@ -75,7 +75,8 @@ void SavEdit::cashModify()
{
std::cout << "input (numbers only): " << std::endl;
- std::cin >> s;
+ // This should fix the hex->deci issue.
+ std::cin >> std::hex >> s;
if(atoi(s.c_str()) <= 999999)
{