mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-02-04 20:36:11 -06: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.