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
8dedad8b
...
8dedad8b3b61767669f9ae4b2fe497126283b662
authored
2002-01-19 16:34:13 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed a FIXME that seems to have been fixed.
1 parent
770ee4a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
mailbox/debug.c
mailbox/debug.c
View file @
8dedad8
...
...
@@ -91,8 +91,6 @@ mu_debug_set_print (mu_debug_t debug, int (*_print)
return
0
;
}
/* FIXME: We use a fix size, we should use vasprinf or something
similar to get rid of this arbitrary limitation. */
int
mu_debug_print
(
mu_debug_t
debug
,
size_t
level
,
const
char
*
format
,
...)
{
...
...
Please
register
or
sign in
to post a comment