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.95-returnvalue.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File speech_tools-1.2.95-returnvalue.patch of Package festival
Index: speech_tools/base_class/EST_Pathname_unix.cc ================================================================================ --- speech_tools/base_class/EST_Pathname_unix.cc +++ speech_tools/base_class/EST_Pathname_unix.cc @@ -148,9 +148,9 @@ EST_Pathname operator + (const char *p, const EST_Pathname addition) {return EST_Pathname::append(p, addition); } -EST_Pathname &operator += (EST_Pathname p, const EST_Pathname addition) +EST_Pathname &operator += (EST_Pathname& p, const EST_Pathname addition) { p = EST_Pathname::append(p, addition); return p; } -EST_Pathname &operator += (EST_Pathname p, const EST_String addition) +EST_Pathname &operator += (EST_Pathname& p, const EST_String addition) { p = EST_Pathname::append(p, addition); return p; } EST_Pathname EST_Pathname::append(EST_Pathname directory, EST_Pathname addition)
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