From 5af8327ff40e6475a50ba7f239254fcc4bd8dad9 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 30 Jul 2005 19:41:53 +0000 Subject: Allow set-but-empty EPHY_DEBUG_BREAK variable. 2005-07-30 Christian Persch * lib/ephy-debug.c: (trap_handler): Allow set-but-empty EPHY_DEBUG_BREAK variable. --- lib/ephy-debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/ephy-debug.c b/lib/ephy-debug.c index a00fe1fab..d999e7b3a 100644 --- a/lib/ephy-debug.c +++ b/lib/ephy-debug.c @@ -126,7 +126,7 @@ trap_handler (const char *log_domain, { /* default behaviour only */ } - else + else if (ephy_debug_break[0] != '\0') { g_print ("Unrecognised value of EPHY_DEBUG_BREAK env var: %s!\n", ephy_debug_break); -- cgit