mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-02-04 20:36:11 -06:00
Setting pipes to be non-blocking now, and reading using fgets() instead of getline(), using std::getline() to read lines after non-blocking read from pipes. Fixes #14