Changeset 3305:13dc4a9bf51d in roaraudio for libroar/roardl.c


Ignore:
Timestamp:
02/03/10 11:24:45 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

take para from lib handle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/roardl.c

    r3304 r3305  
    120120 int i; 
    121121 
    122  if ( (void*)lhandle < (void*)128 && prefix == NULL ) 
    123   return -1; 
     122 if ( (void*)lhandle < (void*)128 ) { 
     123  if ( prefix == NULL ) 
     124   return -1; 
     125 } else { 
     126  para = lhandle->para; 
     127 } 
     128 
    124129 
    125130 if ( prefix != NULL ) { 
Note: See TracChangeset for help on using the changeset viewer.