Skip to content

Commit

Permalink
Replace DebugBreak with ASSERT
Browse files Browse the repository at this point in the history
  • Loading branch information
clsid2 committed Aug 12, 2021
1 parent 1c3df46 commit aad0c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Subtitles/Rasterizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ bool Rasterizer::PartialEndPath(HDC hdc, long dx, long dy)
delete [] pPoints;
return true;
} else {
DebugBreak();
ASSERT(FALSE);
}

delete [] pTypes;
Expand Down

0 comments on commit aad0c19

Please sign in to comment.