Ticket #13848: esdlib.c.patch
File esdlib.c.patch, 476 bytes (added by apple@…, 17 years ago) |
---|
-
esdlib.c
old new 708 708 if ( !host ) host = getenv("ESPEAKER"); 709 709 710 710 display = getenv( "DISPLAY" ); 711 #if defined(DRIVER_COREAUDIO) 712 if (strncmp(display,"/tmp/launch-",12)==0) display = "0:0"; 713 #endif 711 714 if ( !(host && *host) && display ) { 712 715 /* no espeaker specified, but the app should be directed to a 713 716 remote display, so try routing the default port over there