mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-30 17:28:03 +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.