Re: [PATCH] join: new applet
Ron Yorston via busybox <[email protected]> Wed, 08 Jul 2026 07:02:58 +0100
| Newsgroups | gmane.linux.busybox |
|---|---|
| Message-ID | <6a4de812.usak5CGIUuuntk7d%[email protected]> |
Denys wrote: >Maybe it makes sense to put format, empty_str, and sep >into the usual "struct globals"? This would cut down on >parameter passing in the above fragment. I tried that but it seemed to add bloat without much improvement to the code. I'll take another look when I have a moment. Ron