Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162667137
D20491.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
413 B
Referenced Files
None
Subscribers
None
D20491.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D20491: Fix comment parsing in interp_simple.c
Attached
Detach File
Event Timeline
Log In to Comment