Files
ardour/libs/pbd/pbd
Robin Gareus a8a699133e Fix child-process communication (video monitor in particular)
103ef2ba08 introduced an API to write raw data (const void*)
to a child process, along with the previous API to
write (std::string const&)

VideoMonitor uses write_to_stdin("fixed text"), and g++
interprets this to use the (const void*) API instead
of the std::string, which breaks communication.
2019-11-09 06:28:55 +01:00
..
2015-10-05 16:17:49 +02:00
2019-09-30 04:45:59 +02:00