mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 05:57:17 +00:00
Formerly misc.c.~24~
This commit is contained in:
parent
ed70d6422c
commit
b2361b3591
1 changed files with 1 additions and 1 deletions
2
misc.c
2
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;
|
||||
|
|
Loading…
Reference in a new issue