Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115929599
D49756.id153448.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
487 B
Referenced Files
None
Subscribers
None
D49756.id153448.diff
View Options
diff --git a/lib/libc/gen/fnmatch.c b/lib/libc/gen/fnmatch.c
--- a/lib/libc/gen/fnmatch.c
+++ b/lib/libc/gen/fnmatch.c
@@ -152,8 +152,10 @@
* there is no way having it match more characters
* can help us, given that we are already here.
*/
- bt_pattern = pattern, bt_patmbs = patmbs;
- bt_string = string, bt_strmbs = strmbs;
+ bt_pattern = pattern;
+ bt_patmbs = patmbs;
+ bt_string = string;
+ bt_strmbs = strmbs;
break;
case '[':
if (sc == EOS)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 1:17 PM (17 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17467851
Default Alt Text
D49756.id153448.diff (487 B)
Attached To
Mode
D49756: libc: fnmatch: Unwrap comma operator assignments
Attached
Detach File
Event Timeline
Log In to Comment