Changeset 2246:2637bdd1ce25 in roaraudio


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

open files with the correct flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarcat.c

    r2243 r2246  
    6767  return 1; 
    6868 
    69  if ( roar_vio_dstr_init_defaults(&def, ROAR_VIO_DEF_TYPE_NONE, O_CREAT|O_TRUNC|O_WRONLY, 0644) == -1 ) 
     69 if ( roar_vio_dstr_init_defaults(&def, ROAR_VIO_DEF_TYPE_NONE, O_RDONLY, 0644) == -1 ) 
    7070  return 1; 
    7171 
Note: See TracChangeset for help on using the changeset viewer.