Formerly misc.c.~24~
authorRoland McGrath <roland@redhat.com>
Sun, 21 Feb 1993 19:48:46 +0000 (19:48 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 21 Feb 1993 19:48:46 +0000 (19:48 +0000)
misc.c

diff --git a/misc.c b/misc.c
index e695c39..f217fc3 100644 (file)
--- 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;