From 739d9f14eb12fd4b23b15d97218a46711a552258 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 20 Apr 2013 23:25:14 +0700 Subject: [PATCH] #12 minors --- tcejdb/tcbdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcejdb/tcbdb.c b/tcejdb/tcbdb.c index 82f01c6..e076630 100644 --- a/tcejdb/tcbdb.c +++ b/tcejdb/tcbdb.c @@ -1244,7 +1244,7 @@ void tcbdbsetecode(TCBDB *bdb, int ecode, const char *filename, int line, const /* Set the file descriptor for debugging output. */ void tcbdbsetdbgfd(TCBDB *bdb, HANDLE fd) { - assert(bdb && !INVALIDHANDLE(fd)); + assert(bdb); tchdbsetdbgfd(bdb->hdb, fd); } -- 2.7.4