Changeset 2342:f68e7823bcd0 in roaraudio


Ignore:
Timestamp:
08/13/09 22:17:09 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r2341 r2342  
    445445   default: 
    446446     // the fh is updated as soon as the fh get ready in case the default ask to set sync 
    447      if ( !g_streams[id]->ready && !(g_config->streams[ROAR_STREAM(g_streams[id])->dir]-flags & ROAR_FLAG_SYNC) ) { 
     447     if ( !g_streams[id]->ready && !(g_config->streams[ROAR_STREAM(g_streams[id])->dir].flags & ROAR_FLAG_SYNC) ) { 
    448448      if ( streams_set_sync(id, 1) == -1 ) 
    449449       flag -= ROAR_FLAG_SYNC; 
Note: See TracChangeset for help on using the changeset viewer.