mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
and now without typo
This commit is contained in:
parent
9633ea3b01
commit
452bca79eb
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ OSC::thread_init ()
|
|||
|
||||
if (_osc_server) {
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
lib::RefPtr<IOChannel> iochan = Glib::IOChannel::create_from_win32_socket (lo_server_get_socket_fd (_osc_server));
|
||||
Glib::RefPtr<IOChannel> iochan = Glib::IOChannel::create_from_win32_socket (lo_server_get_socket_fd (_osc_server));
|
||||
Glib::RefPtr<IOSource> src = IOSource::create (chan, IO_IN|IO_HUP|IO_ERR);
|
||||
#else
|
||||
Glib::RefPtr<IOSource> src = IOSource::create (lo_server_get_socket_fd (_osc_server), IO_IN|IO_HUP|IO_ERR);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue