mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-16 21:51:43 -05: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