Changeset 1774:c6bbfd9638a8 in roaraudio


Ignore:
Timestamp:
05/19/09 17:17:50 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use unix sockets if we HAVE them, not if we NOT have them *g*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarcatplay.c

    r1770 r1774  
    9494  file = "/dev/stdin"; 
    9595 
    96 #ifndef ROAR_HAVE_UNIX 
     96#ifdef ROAR_HAVE_UNIX 
    9797 if ( mode == MODE_PASSIVE ) { 
    9898  if ( roar_simple_connect(con, server, "roarcatplay") == -1 ) { 
     
    122122   return 1; 
    123123  } 
    124 #ifndef ROAR_HAVE_UNIX 
     124#ifdef ROAR_HAVE_UNIX 
    125125 } 
    126126#endif 
Note: See TracChangeset for help on using the changeset viewer.