mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-07-07 21:14:12 -05:00
The std::string is created using char pointer _and_ buffer size, so null termination wasn't necessary in there (might even be problematic with other tools which aren't strictly text based). CC #35.