This commit is contained in:
krakjoe 2014-02-02 14:51:30 +00:00
parent 0c94f8a893
commit f88ff6c661

View file

@ -892,9 +892,11 @@ phpdbg_main:
memset(bp_tmp_file, 0, sizeof(bp_tmp_file)); memset(bp_tmp_file, 0, sizeof(bp_tmp_file));
} }
#endif #endif
if (!bp_tmp_file) { if (!bp_tmp_file) {
phpdbg_error("Unable to create temporary file"); phpdbg_error(
"Unable to create temporary file");
return 1;
} }
} }
ini_entries = NULL; ini_entries = NULL;