Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
speex
speex-1.0.5-warning-fix.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File speex-1.0.5-warning-fix.diff of Package speex
--- src/speexenc.c +++ src/speexenc.c @@ -460,7 +460,7 @@ } { - fread(first_bytes, 1, 12, fin); + if (fread(first_bytes, 1, 12, fin) == 12) { if (strncmp(first_bytes,"RIFF",4)==0 && strncmp(first_bytes,"RIFF",4)==0) { if (read_wav_header(fin, &rate, &chan, &fmt, &size)==-1) @@ -468,6 +468,7 @@ wave_input=1; lsb=1; /* CHECK: exists big-endian .wav ?? */ } + } } if (modeID==-1 && !rate)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor