Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109941361
D27013.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
440 B
Referenced Files
None
Subscribers
None
D27013.diff
View Options
Index: usr.sbin/jls/jls.c
===================================================================
--- usr.sbin/jls/jls.c
+++ usr.sbin/jls/jls.c
@@ -509,8 +509,8 @@
/* An empty string needs quoting. */
if (!*p) {
- asprintf(¶m_name_value, "{k:%s}{d:%s/\"\"}", name, name);
- xo_emit(param_name_value);
+ asprintf(¶m_name_value, "{:%s/%%s}", name);
+ xo_emit(param_name_value, "\"\"");
free(param_name_value);
return;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 12, 12:50 PM (19 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16610723
Default Alt Text
D27013.diff (440 B)
Attached To
Mode
D27013: Fix jls -n (segmentation fault in powerpc64)
Attached
Detach File
Event Timeline
Log In to Comment