Changeset 411:7c741bdc4752 in roaraudio


Ignore:
Timestamp:
08/10/08 02:38:24 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

should write() on write... not try to read

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/simple.c

    r410 r411  
    5656  return -1; 
    5757 
    58  return read(ss->data_fh, (char*) data, length); 
     58 return write(ss->data_fh, (char*) data, length); 
    5959} 
    6060 
Note: See TracChangeset for help on using the changeset viewer.