mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
Use a StringBuilder instead of blindly passing a bunch of potentially empty/null strings to the kernel. StringBuilder is more lenient and generally more pleasant to use anyway.