Skip to content

Commit

Permalink
Update src/textord/tordmain.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
sadra-barikbin and stweil committed Apr 25, 2024
1 parent 2957eaf commit cb178ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textord/tordmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ bool Textord::clean_noise_from_row( // remove empties
norm_count,
rejected? "REJECTED": "ACCEPTED");
}
return rejected;
return super_norm_count < textord_noise_sncount && rejected;
}

/**********************************************************************
Expand Down

0 comments on commit cb178ca

Please sign in to comment.