Changeset 1172:7043713a774a in roaraudio for libroar/simple.c


Ignore:
Timestamp:
01/24/09 19:59:11 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added #if0 in comment, maybe that fixes a bug reported by janus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/simple.c

    r1168 r1172  
    176176  ROAR_DBG("roar_simple_new_stream_obj(*): port=%i", port); 
    177177/* 
     178#if 0 
    178179 } else if ( type == ROAR_SOCKET_TYPE_UNIX ) { 
    179180#ifndef ROAR_TARGET_WIN32 
     
    186187#else 
    187188  ROAR_ERR("roar_simple_new_stream_obj(*): There is no UNIX Domain Socket support in win32, download a real OS."); 
     189#endif 
    188190#endif 
    189191*/ 
Note: See TracChangeset for help on using the changeset viewer.