Changeset 1470:9ada8abbf75d in roaraudio for libroar/file.c


Ignore:
Timestamp:
03/29/09 23:16:11 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

replaced shutdown() by ROAR_SHUTDOWN() to make it optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/file.c

    r1442 r1470  
    246246  } 
    247247 
    248   shutdown(con->fh, SHUT_RD); 
     248  ROAR_SHUTDOWN(con->fh, SHUT_RD); 
    249249 
    250250  out = con->fh; 
Note: See TracChangeset for help on using the changeset viewer.