#12 minors
authoradam <anton@adamansky.com>
Sat, 20 Apr 2013 16:25:14 +0000 (23:25 +0700)
committeradam <anton@adamansky.com>
Sat, 20 Apr 2013 16:25:14 +0000 (23:25 +0700)
tcejdb/tcbdb.c

index 82f01c6..e076630 100644 (file)
@@ -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);
 }