summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-01-11 22:41:50 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-01-11 22:41:50 +0000
commit9b91711fd403e851dc9e5410d5f172acc8ff88bb (patch)
tree059778a172ce0a7c91e3692d936ec69b315f0d87
parentd7e10d9ea4d1726f5253cad4fe06a9114365255b (diff)
downloadmailutils-9b91711fd403e851dc9e5410d5f172acc8ff88bb.tar.gz
mailutils-9b91711fd403e851dc9e5410d5f172acc8ff88bb.tar.bz2
(mu_debug_level_from_string): Bugfix.
-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.