File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -497,6 +497,7 @@ StWord Crorc::ddlReadSiu(int transid, long long int time)
497497 << ErrorInfo::StwReceived ((b::format (" 0x%08lx" ) % stw.stw ).str ()));
498498 }
499499
500+ StWord ret = stw;
500501 stw = ddlReadStatus ();
501502 if ((stw.part .code != Rorc::CTSTW && stw.part .code != Rorc::ILCMD && stw.part .code != Rorc::CTSTW_TO)
502503 || stw.part .trid != transid || stw.part .dest != destination) {
@@ -505,7 +506,7 @@ StWord Crorc::ddlReadSiu(int transid, long long int time)
505506 << ErrorInfo::StwExpected ((b::format (" 0x00000%x%x%x" ) % transid % Rorc::CTSTW % destination).str ())
506507 << ErrorInfo::StwReceived ((b::format (" 0x%08lx" ) % stw.stw ).str ()));
507508 }
508- return stw ;
509+ return ret ;
509510}
510511
511512// / Interpret DIU or SIU IFSTW to user readable messages
You can’t perform that action at this time.
0 commit comments