diff options
author | hunt <hunt> | 2005-11-08 19:26:16 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-11-08 19:26:16 +0000 |
commit | 446ffd97017f72652b64c43bf25fc5fccbb3ddf0 (patch) | |
tree | 6cf177e4d820eabf7ca402a29ab61a0e225de34a /runtime/user/print.c | |
parent | b5c4668faa92b45d19ee38b64fc43684df1c365f (diff) | |
download | systemtap-steved-446ffd97017f72652b64c43bf25fc5fccbb3ddf0.tar.gz systemtap-steved-446ffd97017f72652b64c43bf25fc5fccbb3ddf0.tar.xz systemtap-steved-446ffd97017f72652b64c43bf25fc5fccbb3ddf0.zip |
2005-11-08 Martin Hunt <hunt@redhat.com>
* recreate_links: Add link to pmap-gen.c
* print.c (next_fmt): Remove unneeded dbug().
* alloc.c: Update to reflect changes to runtime/alloc.c.
Diffstat (limited to 'runtime/user/print.c')
-rw-r--r-- | runtime/user/print.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/user/print.c b/runtime/user/print.c index dddb3d7e..261e191d 100644 --- a/runtime/user/print.c +++ b/runtime/user/print.c @@ -60,8 +60,7 @@ static char *next_fmt(char *fmt, int *num) { char *f = fmt; int in_fmt = 0; - dbug ("next_fmt %s\n", fmt); - *num = 0; + *num = 0; while (*f) { if (in_fmt) { if (*f == '%') { |