diff src/pt-check.cc @ 3018:5708b8bb4f06

[project @ 1997-06-03 21:48:05 by jwe]
author jwe
date Tue, 03 Jun 1997 21:57:33 +0000 (1997-06-03)
parents 2ad9af85b89b
children b80bbb43a1a9
line wrap: on
line diff
--- a/src/pt-check.cc
+++ b/src/pt-check.cc
@@ -165,7 +165,7 @@
     {
       int len = lhs->length ();
 
-      if (len == 0 || lhs > 2)
+      if (len == 0 || len > 2)
 	gripe ("invalid number of output arguments in for command",
 	       cmd.line ());