Changeset 44:0d81c0ab4490 in roaraudio for roard/roard.c


Ignore:
Timestamp:
06/22/08 16:19:28 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

init samples on startup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r39 r44  
    144144 
    145145 if ( streams_init() == -1 ) { 
    146   ROAR_ERR("Can not nit streams!"); 
     146  ROAR_ERR("Can not init streams!"); 
    147147  return 1; 
    148148 } 
     149 
     150 if ( samples_init() == -1 ) { 
     151  ROAR_ERR("Can not init samples!"); 
     152  return 1; 
     153 } 
     154 
    149155 
    150156 signal(SIGINT,  on_sig_int); 
Note: See TracChangeset for help on using the changeset viewer.