changeset 1125:cc033b3d4be4

[project @ 1995-02-22 00:40:40 by jwe]
author jwe
date Wed, 22 Feb 1995 00:40:40 +0000
parents 37a48680f050
children abd78a3dd93d
files src/input.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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--;