summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-02-02 14:51:30 +0000
committerkrakjoe <joe.watkins@live.co.uk>2014-02-02 14:51:30 +0000
commitf88ff6c661077df281ff16880f111a0d974e239c (patch)
tree3620bc63d7f3eb82594bfed9e4b2f1794e06aab7
parent0c94f8a8934211694bab200507786248185e2dfd (diff)
downloadphp-git-f88ff6c661077df281ff16880f111a0d974e239c.tar.gz
woops
-rw-r--r--phpdbg.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpdbg.c b/phpdbg.c
index 9341ad35a5..6cb1645e65 100644
--- a/phpdbg.c
+++ b/phpdbg.c
@@ -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;