Skip to content
Snippets Groups Projects
Commit 2e298b25 authored by Matt Johnston's avatar Matt Johnston
Browse files

fix building with DEBUG_TRACE

--HG--
branch : fuzz
parent 25607c04
No related merge requests found
...@@ -27,7 +27,7 @@ static unsigned int nused; ...@@ -27,7 +27,7 @@ static unsigned int nused;
static unsigned short rand_state[3]; static unsigned short rand_state[3];
void wrapfd_setup() { void wrapfd_setup() {
TRACE(("wrapfd_setup %x", seed)) TRACE(("wrapfd_setup"))
nused = 0; nused = 0;
memset(wrap_fds, 0x0, sizeof(wrap_fds)); memset(wrap_fds, 0x0, sizeof(wrap_fds));
memset(wrap_used, 0x0, sizeof(wrap_used)); memset(wrap_used, 0x0, sizeof(wrap_used));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment