Changeset 5109:4f9fc788fe91 in roaraudio for roarclients/roarmonhttp.c


Ignore:
Timestamp:
07/28/11 16:32:34 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Started to use compiler attributes (Also see: #130)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarmonhttp.c

    r5009 r5109  
    331331 } 
    332332 
    333  if ( roar_stream_connect(&con, &s, dir) == -1 ) { 
     333 if ( roar_stream_connect2(&con, &s, dir, -1) == -1 ) { 
    334334  roar_disconnect(&con); 
    335335  return 11; 
Note: See TracChangeset for help on using the changeset viewer.