diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-05-26 22:09:30 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-05-26 22:09:30 +0800 |
commit | 2e298b25e43199162e1209616acf0485f0f94974 (patch) | |
tree | 27a952760dccba8034df1ff05abd04903ba24f02 /fuzz-wrapfd.c | |
parent | 25607c04a7210fd309f83226c3bb4de74e0c9d4d (diff) |
fix building with DEBUG_TRACE
--HG--
branch : fuzz
Diffstat (limited to 'fuzz-wrapfd.c')
-rw-r--r-- | fuzz-wrapfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz-wrapfd.c b/fuzz-wrapfd.c index 759ccba..dde8dde 100644 --- a/fuzz-wrapfd.c +++ b/fuzz-wrapfd.c @@ -27,7 +27,7 @@ static unsigned int nused; static unsigned short rand_state[3]; void wrapfd_setup() { - TRACE(("wrapfd_setup %x", seed)) + TRACE(("wrapfd_setup")) nused = 0; memset(wrap_fds, 0x0, sizeof(wrap_fds)); memset(wrap_used, 0x0, sizeof(wrap_used)); |