hiyohiyo / CrystalDiskInfo

CrystalDiskInfo
https://github.com/hiyohiyo/CrystalDiskInfo
MIT License
1.59k stars 177 forks source link

bug report about "CAtaSmart::CheckAsciiStringError" #218

Open zhangtaopy opened 1 year ago

zhangtaopy commented 1 year ago

https://github.com/hiyohiyo/CrystalDiskInfo/blob/3c2553d94fb33e82d8425baea71a46d90e38ac7f/AtaSmart.cpp#L11680

Hello, shouldn't the code at this location be ”else if(static_cast< unsigned char >(str[i]) >= 0x7f)“?