Changeset 3361:66820e580db1 in roaraudio


Ignore:
Timestamp:
02/08/10 16:06:06 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

set lib of lhandle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/roardl.c

    r3307 r3361  
    152152  return -1; 
    153153 
     154 if ( !((void*)lhandle < (void*)128) ) { 
     155  lhandle->lib = lib; 
     156 } 
     157 
    154158 for (i = 0; i < ROAR_DL_FN_MAX; i++) { 
    155159  if ( lib->func[i] != NULL ) 
Note: See TracChangeset for help on using the changeset viewer.