Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
festival
speech_tools-1.2.96-beta-const.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File speech_tools-1.2.96-beta-const.patch of Package festival
--- speech_class/EST_wave_io.cc +++ speech_class/EST_wave_io.cc @@ -68,7 +68,7 @@ int nist_get_param_int(const char *hdr, const char *field, int def_val) { - char *p; + const char *p; int val; if (((p=strstr(hdr,field)) != NULL) && @@ -84,7 +84,8 @@ char *nist_get_param_str(const char *hdr, const char *field, const char *def_val) { - char *p,*val; + const char *p; + char *val; int size; if (((p=strstr(hdr,field)) != NULL) &&
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