1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Merge pull request #154 from Hoikas/fix-151

Fixes #151
This commit is contained in:
Branan Purvine-Riley
2012-02-18 09:40:15 -08:00

View File

@ -1913,6 +1913,7 @@ hsBool plFont::LoadFromBDF( const char *path, plBDFConvertCallback *callback )
catch( ... )
{
IClear();
fclose( fp );
return false;
}