diff --git a/src/font_file_lister_gdi.cpp b/src/font_file_lister_gdi.cpp index 1bff0a490..ff33ef8e5 100644 --- a/src/font_file_lister_gdi.cpp +++ b/src/font_file_lister_gdi.cpp @@ -189,7 +189,7 @@ CollectionResult GdiFontFileLister::GetFontPaths(std::string const& facename, in get_font_data(buffer, dc); - auto range = index.equal_range(murmur3(buffer.c_str(), std::min(buffer.size(), 1024U))); + auto range = index.equal_range(murmur3(buffer.c_str(), std::min(buffer.size(), 1024U))); if (range.first == range.second) return ret; // could instead write to a temp dir