spillerrec / imgviewer

Customizable image viewer with minimalistic interface
2 stars 1 forks source link

QCollator::compare() returns random values #30

Open spillerrec opened 10 years ago

spillerrec commented 10 years ago

On Windows 8.1, if the strings are equal, QCollator::compare() returns a random value. This does not happen in the debugger, even in release mode. An extra check have been added to work around this issue, but investigate why this happen and how we can avoid it.