Changeset 3307:65b017a63456 in roaraudio for libroar/roardl.c


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

debug lions + corrected prefix name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/roardl.c

    r3305 r3307  
    131131  strcpy(name, "_"); 
    132132  strcat(name, prefix); 
    133   strcat(name, "_"); 
    134133  strcat(name, _SUFFIX); 
    135134 } 
    136135 
     136 ROAR_DBG("roar_dl_ra_init(lhandle=%p, prefix='%s'): name='%s'", lhandle, prefix, name); 
     137 
    137138 if ( (func = roar_dl_getsym(lhandle, name, -1)) == NULL ) 
    138139  return -1; 
     140 
     141 ROAR_DBG("roar_dl_ra_init(lhandle=%p, prefix='%s'): func=%p", lhandle, prefix, func); 
    139142 
    140143 lib = func(para); 
Note: See TracChangeset for help on using the changeset viewer.