Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165387893
D20491.id58160.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.id58160.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
Sat, Aug 8, 10:42 PM (4 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36264808
Default Alt Text
D20491.id58160.diff (413 B)
Attached To
Mode
D20491: Fix comment parsing in interp_simple.c
Attached
Detach File
Event Timeline
Log In to Comment