aboutsummaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
authorIan Wienand <ianw@ieee.org>2006-02-16 03:00:00 +0100
committerIan Wienand <ianw@debian.org>2006-02-16 03:00:00 +0100
commite1dd50cdd23a11bf7be6c81b3a2acbe35f19fdea (patch)
tree174d2081c0183035bffee95a9c5780e292f45594 /debug.c
parent5df6269b86c84f9e5d311aeb142cfe85f8db8db8 (diff)
downloadltrace-e1dd50cdd23a11bf7be6c81b3a2acbe35f19fdea.tar.gz
Version 0.3.37.1
* Non-maintainer upload * Start a "friendly takeover" from Juan * Closes: #127503,#280608 -- update man page typos * Closes: #339348 -- fix putenv typo in ltrace.conf * Closes: #257903 -- incorporate variable length args patch * See "upstream" ChangeLog for other changes (mostly warning fixes) * Update README to point to Alioth home: http://ltrace.alioth.debian.org
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index 125974a..dd2cebd 100644
--- a/debug.c
+++ b/debug.c
@@ -6,7 +6,7 @@
#include "output.h"
void
-debug_(int level, char *file, int line, char *func, char *fmt, ...) {
+debug_(int level, char *file, int line, const char *func, char *fmt, ...) {
char buf[1024];
va_list args;