UI: Remove unnecessary UTF character

master
Norihiro Kamae 2022-08-13 11:27:41 +09:00 committed by Jim
parent dcc79c374d
commit b7d4ae8cf8
1 changed files with 1 additions and 1 deletions

View File

@ -899,7 +899,7 @@ static bool matches_ranges(media_frames_per_second &best_match,
for (auto &pair : fps_ranges) {
auto max_ = convert_fn(pair.first);
auto min_ = convert_fn(pair.second);
/*blog(LOG_INFO, "%lg ≤ %lg ≤ %lg? %s %s %s",
/*blog(LOG_INFO, "%lg <= %lg <= %lg? %s %s %s",
min_, val, max_,
fabsl(min_ - val) < epsilon ? "true" : "false",
min_ <= val && val <= max_ ? "true" : "false",