Remove negative values in parseNumber checking

Including removal of a dead & useless check.
By the way, fuck integer promotion.
This commit is contained in:
ISSOtm
2022-04-14 21:34:55 +02:00
committed by Eldred Habert
parent b1aec91912
commit 7927dfd2e3
2 changed files with 9 additions and 9 deletions

View File

@@ -345,7 +345,7 @@ void parseACTFile(std::filebuf &file) {
}
void parseACOFile(std::filebuf &file) {
// https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/#50577411_pgfId-1055819
// rhttps://www.adobe.com/devnet-apps/photoshop/fileformatashtml/#50577411_pgfId-1055819
// http://www.nomodes.com/aco.html
char buf[10];