# HG changeset patch # User jwe # Date 793413640 0 # Node ID cc033b3d4be44b367383d155ebca43aee30dd941 # Parent 37a48680f050cc4e6549446181b117c25d30a9f2 [project @ 1995-02-22 00:40:40 by jwe] diff -r 37a48680f050 -r cc033b3d4be4 src/input.cc --- 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--;