summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/src/chexcalculator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/src/chexcalculator.cxx')
-rw-r--r--NxWidgets/nxwm/src/chexcalculator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/nxwm/src/chexcalculator.cxx b/NxWidgets/nxwm/src/chexcalculator.cxx
index 167c114b7..f8f1bb246 100644
--- a/NxWidgets/nxwm/src/chexcalculator.cxx
+++ b/NxWidgets/nxwm/src/chexcalculator.cxx
@@ -656,7 +656,7 @@ int64_t CHexCalculator::evaluateBinaryOperation(uint8_t operation, int64_t value
return value1 + value2;
default:
- gdbg("ERROR: Unexpected pending operation %d\n", m_pending);
+ gdbg("ERROR: Unexpected pending operation %d\n", operation);
return 0;
}
}