diff src/input.cc @ 1125:cc033b3d4be4

[project @ 1995-02-22 00:40:40 by jwe]
author jwe
date Wed, 22 Feb 1995 00:40:40 +0000
parents 971f2289d6de
children b6360f2d4fa6
line wrap: on
line diff
--- a/src/input.cc	Tue Feb 21 14:55:13 1995 +0000
+++ b/src/input.cc	Wed Feb 22 00:40:40 1995 +0000
@@ -760,7 +760,7 @@
   while (*tp == ' ' || *tp == '\t')
     tp++;
 
-  char *ep = test + strlen (test) - 1;
+  char *ep = tmp + strlen (tmp) - 1;
   while (*ep == ' ' || *ep == '\t')
     ep--;