Use g_open instead of ::open in AudioSource for portability
authorTim Mayberry <mojofunk@gmail.com>
Sat, 25 Jul 2015 10:52:52 +0000 (20:52 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Sat, 25 Jul 2015 13:14:51 +0000 (23:14 +1000)
commit544be3ebe8afb2a45b8c9855d9777b29ad22f43b
tree30625d6a7f50bfb623b807c36fd66f69a58140c5
parente88f74cbb0411e38aaae9cbd48d1b7f0c55b2e2a
Use g_open instead of ::open in AudioSource for portability

This is only really for Windows as g_open and ::open are the same thing on
other platforms
libs/ardour/audiosource.cc