Page MenuHomeFreeBSD

D20491.diff
No OneTemporary

D20491.diff

Index: head/stand/common/interp_simple.c
===================================================================
--- head/stand/common/interp_simple.c
+++ head/stand/common/interp_simple.c
@@ -114,7 +114,7 @@
line++;
flags = 0;
/* Discard comments */
- if (strncmp(input+strspn(input, " "), "\\ ", 2) == 0)
+ if (strncmp(input+strspn(input, " "), "\\", 1) == 0)
continue;
cp = input;
/* Echo? */

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 16, 1:27 PM (10 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35141370
Default Alt Text
D20491.diff (413 B)

Event Timeline