From b2361b3591d1188d8d9b7ec785d4201d8aece22f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 21 Feb 1993 19:48:46 +0000 Subject: Formerly misc.c.~24~ --- misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.c b/misc.c index e695c39..f217fc3 100644 --- a/misc.c +++ b/misc.c @@ -135,7 +135,7 @@ remove_comments (line) backslash = 0; bs_write = 0; - for (p2 = p - 1; p2 > line && *p2 == '\\'; --p2) + for (p2 = p - 1; p2 >= line && *p2 == '\\'; --p2) { if (backslash) ++bs_write; -- cgit v1.2.3