Changeset 2243:cc9b7b9210ef in roaraudio


Ignore:
Timestamp:
07/28/09 04:15:32 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

init the vars ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarcat.c

    r2242 r2243  
    6363 struct roar_vio_defaults  def; 
    6464 int file_opened = 0; 
     65 
     66 if ( roar_vio_open_fh(&file, ROAR_STDOUT) == -1 ) 
     67  return 1; 
     68 
     69 if ( roar_vio_dstr_init_defaults(&def, ROAR_VIO_DEF_TYPE_NONE, O_CREAT|O_TRUNC|O_WRONLY, 0644) == -1 ) 
     70  return 1; 
    6571 
    6672 for (i = 1; i < argc; i++) { 
Note: See TracChangeset for help on using the changeset viewer.