summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mailbox/gdebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailbox/gdebug.c b/mailbox/gdebug.c
index f35377970..4f9028ea8 100644
--- a/mailbox/gdebug.c
+++ b/mailbox/gdebug.c
@@ -102,7 +102,7 @@ int
mu_debug_level_from_string (const char *string, mu_log_level_t *plev,
mu_debug_t debug)
{
- char *p, *q;
+ char *p = string, *q;
unsigned level = MU_DEBUG_INHERIT;
if (isdigit (*p))

Return to:

Send suggestions and report system problems to the System administrator.