]> granicus.if.org Git - graphviz/commitdiff
Fix bug in exinit()
authorerg <devnull@localhost>
Thu, 25 Jun 2009 21:19:28 +0000 (21:19 +0000)
committererg <devnull@localhost>
Thu, 25 Jun 2009 21:19:28 +0000 (21:19 +0000)
lib/expr/exgram.h

index 8d4797c21121f211d9ae12d0a70a2b87501367b4..82960572017f54222fab67aa320ae29d6ee681c8 100644 (file)
@@ -887,7 +887,7 @@ extern "C" {
 
     void
      exinit(void) {
-       memset (&expr, 0, sizeof(Expr_t));
+       memset (&expr, 0, sizeof(Exstate_t));
     }
 /*
  * compile the expression in [sf]p