Skip to content

Commit

Permalink
[#13] Minor source code improvements (Part 246: Fixed Part 239)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-nestorovic committed Sep 4, 2024
1 parent 3331fe3 commit 194d7bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Main/src/editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,9 @@ openImage: if (image->OnOpenDocument(lpszFileName)){ // if opened successfully .
CDos::CRecognition::EditSequence();
//fallthrough
case IDRETRY:
for( TCylinder cyl=image->GetCylinderCount(); cyl-->0; )
for( THead head=image->GetHeadCount(); head-->0; )
image->UnscanTrack( cyl, head );
continue;
}
}
Expand Down

0 comments on commit 194d7bd

Please sign in to comment.