Changeset 541:4bb3a9f715a6 in roaraudio


Ignore:
Timestamp:
08/18/08 15:54:29 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed a cf_vorbis about errno

Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter.c

    r486 r541  
    121121  return -1; 
    122122 
     123 errno = 0; 
     124 
    123125 if ( g_codecfilter[codecfilter].read ) 
    124126  return g_codecfilter[codecfilter].read(inst, buf, len); 
  • roard/codecfilter_vorbis.c

    r486 r541  
    6565 
    6666 if ( self->opened < 16 ) { 
     67  errno = EAGAIN; 
    6768  return -1; 
    6869 } 
Note: See TracChangeset for help on using the changeset viewer.