From fbc1f6fb814f569f6baa3ab3cd9bbb7bb2d640d0 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 22 Jul 2002 21:07:08 +0000 Subject: [PATCH] Initialize the lcounter_ to 0. --- net_scope.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net_scope.cc b/net_scope.cc index 4345ee7ce..4bc32257c 100644 --- a/net_scope.cc +++ b/net_scope.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) && !defined(macintosh) -#ident "$Id: net_scope.cc,v 1.16 2001/12/03 04:47:15 steve Exp $" +#ident "$Id: net_scope.cc,v 1.17 2002/07/22 21:07:08 steve Exp $" #endif # include "config.h" @@ -40,6 +40,7 @@ NetScope::NetScope(NetScope*up, const char*n, NetScope::TYPE t) memories_ = 0; signals_ = 0; events_ = 0; + lcounter_ = 0; if (up) { time_unit_ = up->time_unit(); @@ -402,6 +403,9 @@ string NetScope::local_hsymbol() /* * $Log: net_scope.cc,v $ + * Revision 1.17 2002/07/22 21:07:08 steve + * Initialize the lcounter_ to 0. + * * Revision 1.16 2001/12/03 04:47:15 steve * Parser and pform use hierarchical names as hname_t * objects instead of encoded strings.