chiark / gitweb /
Don't turn tracing on if tracing is turned off (!).
[tripe] / tripe.c
diff --git a/tripe.c b/tripe.c
index f505f3c1c52b2ec220c1a838aadd7462b6db40b9..33a97b7cc98b9e6c91c77fd34f4d7bfd491359b9 100644 (file)
--- a/tripe.c
+++ b/tripe.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: tripe.c,v 1.7 2002/01/13 17:14:05 mdw Exp $
+ * $Id: tripe.c,v 1.8 2002/01/13 17:28:29 mdw Exp $
  *
  * Main program
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: tripe.c,v $
+ * Revision 1.8  2002/01/13 17:28:29  mdw
+ * Don't turn tracing on if tracing is turned off (!).
+ *
  * Revision 1.7  2002/01/13 17:14:05  mdw
  * Don't include the tracing option in the help if not compiled in.
  *
@@ -150,7 +153,7 @@ int main(int argc, char *argv[])
 #define f_daemon 2u
 
   ego(argv[0]);
-  trace_on(stderr, 0);
+  T( trace_on(stderr, 0); )
 
   if ((p = getenv("TRIPEDIR")) != 0)
     dir = p;