Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
kiax
kiax-vararg-reuse.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kiax-vararg-reuse.diff of Package kiax
diff -uNrp kiax-0.8.4.orig/src/iaxwrapper.cpp kiax-0.8.4/src/iaxwrapper.cpp --- kiax-0.8.4.orig/src/iaxwrapper.cpp 2005-04-11 12:36:24.000000000 +0200 +++ kiax-0.8.4/src/iaxwrapper.cpp 2005-12-30 14:19:31.007312026 +0100 @@ -608,6 +608,7 @@ void IaxWrapper::debug(const char* log, QString finalLog; finalLog = dateStr +" "+ log; vfprintf (stderr, (const char*)finalLog, ap); + va_end (ap); va_start (ap, log); char debug_buf[500]; vsnprintf (debug_buf, 499, (const char*)finalLog, ap); emit signalDebug(debug_buf);
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