summaryrefslogtreecommitdiffstats
path: root/sbe
diff options
context:
space:
mode:
Diffstat (limited to 'sbe')
-rw-r--r--sbe/sbefw/sbecmdiplcontrol.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbe/sbefw/sbecmdiplcontrol.C b/sbe/sbefw/sbecmdiplcontrol.C
index 6bf47354..5bc700c0 100644
--- a/sbe/sbefw/sbecmdiplcontrol.C
+++ b/sbe/sbefw/sbecmdiplcontrol.C
@@ -326,7 +326,7 @@ ReturnCode sbeExecuteIstep (const uint8_t i_major, const uint8_t i_minor)
case SBE_ISTEP3:
rc = (g_istep3PtrTbl[i_minor-1].istepWrapper)(
- g_istep2PtrTbl[i_minor-1].istepHwp);
+ g_istep3PtrTbl[i_minor-1].istepHwp);
break;
case SBE_ISTEP4:
OpenPOWER on IntegriCloud