chiark / gitweb /
Fix description of CRCs.
[mLib] / testrig.c
index 220e3f3d7e624291689aee6df870d44050f86a20..5ac5414cf80b2d618a37bb1a751da39e090be3b3 100644 (file)
--- a/testrig.c
+++ b/testrig.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: testrig.c,v 1.8 1999/12/10 23:41:37 mdw Exp $
+ * $Id: testrig.c,v 1.9 2000/06/17 10:35:07 mdw Exp $
  *
  * Generic test driver
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: testrig.c,v $
+ * Revision 1.9  2000/06/17 10:35:07  mdw
+ * Initialize the token buffer properly.
+ *
  * Revision 1.8  1999/12/10 23:41:37  mdw
  * Support for different sizes and types of integers.
  *
@@ -73,7 +76,7 @@
 
 /*----- Static variables --------------------------------------------------*/
 
-static dstr tok;
+static dstr tok = DSTR_INIT;
 
 enum {
   TOK_EOF = 0x100,