Update zeus

This commit is contained in:
Phillip Stephens 2020-03-04 17:31:44 -08:00
parent 3dac8ad966
commit 987c4bb297
2 changed files with 2 additions and 2 deletions

View File

@ -632,7 +632,7 @@ FontTag FontCache::prepCustomFont(std::string_view name, FT_Face face, FCharFilt
}
/* Now check filesystem cache */
hecl::SystemString cachePath = m_cacheRoot + _SYS_STR('/') + fmt::format(fmt(_SYS_STR("{}")), tag.hash());
hecl::SystemString cachePath = m_cacheRoot + _SYS_STR('/') + fmt::format(fmt(_SYS_STR("{:x}")), tag.hash());
hecl::Sstat st;
if (!hecl::Stat(cachePath.c_str(), &st) && S_ISREG(st.st_mode)) {
athena::io::FileReader r(cachePath);

@ -1 +1 @@
Subproject commit 97cec53046f8c646e6787aafb6f23b3e5ec82221
Subproject commit 6ac3066a6f1c5d9ebee07eaf0f5aea849b935585