Changeset 1510:3887b49c6d38 in roaraudio


Ignore:
Timestamp:
04/04/09 18:31:58 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed bug: roarvorbis need to take a filename as argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarvorbis.c

    r1406 r1510  
    202202 } 
    203203 
     204 if ( file == NULL ) { 
     205  ROAR_ERR("No filename given."); 
     206  return 1; 
     207 } 
     208 
    204209 if ( roar_simple_connect(&con, server, "roarvorbis") == -1 ) { 
    205210  ROAR_DBG("roar_simple_play(*): roar_simple_connect() faild!"); 
Note: See TracChangeset for help on using the changeset viewer.