Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9b91711f
...
9b91711fd403e851dc9e5410d5f172acc8ff88bb
authored
2008-01-11 22:41:50 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_debug_level_from_string): Bugfix.
1 parent
d7e10d9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/gdebug.c
mailbox/gdebug.c
View file @
9b91711
...
...
@@ -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
))
...
...
Please
register
or
sign in
to post a comment