Changeset 2596:993c50446769 in roaraudio


Ignore:
Timestamp:
09/11/09 02:13:01 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

small fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r2594 r2596  
    357357 parent_s = ROAR_STREAM(parent_ss); 
    358358 
    359  s->pos_rel_id = id; 
     359 s->pos_rel_id = parent; 
    360360 
    361361 if ( streams_set_flag(id, ROAR_FLAG_VIRTUAL) == -1 ) { 
     
    363363 } 
    364364 
    365  if ( stream == NULL ) 
     365 if ( stream != NULL ) 
    366366  *stream = ss; 
    367367 
Note: See TracChangeset for help on using the changeset viewer.