ReClassNET / ReClass.NET

More than a ReClass port to the .NET platform.
MIT License
1.81k stars 369 forks source link

Incorrect if/else stagment #240

Closed boris768 closed 2 years ago

boris768 commented 2 years ago

https://github.com/ReClassNET/ReClass.NET/blob/fde15991a5fe7b6a309053ca2b71f557b820c260/ReClass.NET/Util/Rtf/RtfBuilder.cs#L259-L266

'\t' symbol is 9, which always satisfies the first condition.

KN4CK3R commented 2 years ago

Thanks! Did you run into a problem or how did you find that?

boris768 commented 2 years ago

Thanks! Did you run into a problem or how did you find that?

Found by PVS-Studio, highly recommended for use