diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-02-02 14:51:30 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-02-02 14:51:30 +0000 |
commit | f88ff6c661077df281ff16880f111a0d974e239c (patch) | |
tree | 3620bc63d7f3eb82594bfed9e4b2f1794e06aab7 | |
parent | 0c94f8a8934211694bab200507786248185e2dfd (diff) | |
download | php-git-f88ff6c661077df281ff16880f111a0d974e239c.tar.gz |
woops
-rw-r--r-- | phpdbg.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -892,9 +892,11 @@ phpdbg_main: memset(bp_tmp_file, 0, sizeof(bp_tmp_file)); } #endif - + if (!bp_tmp_file) { - phpdbg_error("Unable to create temporary file"); + phpdbg_error( + "Unable to create temporary file"); + return 1; } } ini_entries = NULL; |