Changeset 4918:17c37a510c1a in roaraudio


Ignore:
Timestamp:
05/08/11 01:31:51 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected call (why have we been using _basic_ vio directly?) thanks to ckport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver_dmx.c

    r4708 r4918  
    6262  return -1; 
    6363 
    64  if ( roar_vio_basic_lseek(vio, 0, SEEK_SET) == (off_t)-1 ) 
     64 if ( roar_vio_lseek(vio, 0, SEEK_SET) == (off_t)-1 ) 
    6565  return -1; 
    6666 
    67  return roar_vio_basic_write(vio, buf, count); 
     67 return roar_vio_write(vio, buf, count); 
    6868} 
    6969 
Note: See TracChangeset for help on using the changeset viewer.