From 2e298b25e43199162e1209616acf0485f0f94974 Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Fri, 26 May 2017 22:09:30 +0800
Subject: [PATCH] fix building with DEBUG_TRACE

--HG--
branch : fuzz
---
 fuzz-wrapfd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fuzz-wrapfd.c b/fuzz-wrapfd.c
index 759ccbaf..dde8ddeb 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));
-- 
GitLab