Changeset 3116:8ed19f241788 in roaraudio for libroar/vio_tantalos.c


Ignore:
Timestamp:
01/11/10 18:41:07 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

get tantalos basicly working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_tantalos.c

    r3114 r3116  
    5454  strcat(url, key); 
    5555 
    56   ROAR_DBG("roar_vio_open_tantalos(*): url='%s'"); 
     56  ROAR_DBG("roar_vio_open_tantalos(*): url='%s'", url); 
    5757 
    58   if ( roar_vio_open_dstr(calls, url, odef, 1) == 0 ) 
     58  if ( roar_vio_open_dstr_vio(calls, url, odef, 1, NULL) == 0 ) 
    5959   return 0; 
     60 
     61  memset(calls, 0, sizeof(*calls)); 
    6062 } 
    6163 
Note: See TracChangeset for help on using the changeset viewer.