Date:2015-04-21 18:28:37 (8 years 11 months ago)
Author:Maarten ter Huurne
Commit:9cfbc56bfa4cf5c2162c34f8e1e42edddec28810
Message:If font fails to open, log path tried

Files: src/font.cpp (1 diff)

Change Details

src/font.cpp
3434
3535    font = TTF_OpenFont(path.c_str(), size);
3636    if (!font) {
37        ERROR("Unable to open font\n");
37        ERROR("Unable to open font '%s'\n", TTF_FONT);
3838        TTF_Quit();
3939        return;
4040    }

Archive Download the corresponding diff file



interactive