fopen -> ws_fopen

svn path=/trunk/; revision=33002
This commit is contained in:
Gerald Combs 2010-05-27 21:17:55 +00:00
parent 8bdb1bff8d
commit f5df768724
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ static void ph_logging_handler(const gchar *domain _U_, GLogLevelFlags level, co
type = "OTHER";
}
file = fopen(ph_log_path, "a+");
file = ws_fopen(ph_log_path, "a+");
if(file)
{