https://bugs.kde.org/show_bug.cgi?id=401894
Robby Stephenson <ro...@periapsis.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/tel | |lico/509d339f81d05a00e73d03 | |7102db20c56c8db42a Status|REOPENED |RESOLVED Version Fixed In| |3.1.5 --- Comment #4 from Robby Stephenson <ro...@periapsis.org> --- Git commit 509d339f81d05a00e73d037102db20c56c8db42a by Robby Stephenson. Committed on 05/01/2019 at 02:01. Pushed by rstephenson into branch '3.1'. Fallback to user's locale for setting IMDB rating The IMDB fetcher assumed the decimal point would always be '.' which is obviously incorrect in many locales. While the IMDB website apparently always uses the period, fall back to using the default locale to convert to a float. FIXED-IN: 3.1.5 M +4 -0 ChangeLog M +3 -0 src/fetch/imdbfetcher.cpp M +7 -0 src/tests/imdbfetchertest.cpp M +1 -1 src/tests/tellicotest.config https://commits.kde.org/tellico/509d339f81d05a00e73d037102db20c56c8db42a -- You are receiving this mail because: You are watching all bug changes.