Changeset 4639:8a41adcab809 in roaraudio for libroar/vs.c


Ignore:
Timestamp:
12/02/10 01:48:59 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

pass back info to caller if data was written or timeout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vs.c

    r4638 r4639  
    11901190 } 
    11911191 
    1192  return is_eof ? 0 : 1; 
     1192 return is_eof ? 0 : 2; 
    11931193} 
    11941194 
Note: See TracChangeset for help on using the changeset viewer.