diff src/variables.cc @ 1970:f10f66467390

[project @ 1996-02-21 02:36:15 by jwe]
author jwe
date Wed, 21 Feb 1996 02:36:15 +0000
parents a2e206524aa0
children 88aa1d1ed4af
line wrap: on
line diff
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -1908,7 +1908,7 @@
 				       SYMTAB_ALL_SCOPES);
 	}
 
-      for (int k = idx + 1; k < argc; k++)
+      for (int k = idx; k < argc; k++)
 	{
 	  string patstr = argv[k];