Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Factory
vbrfix
vbrfix-exit-error-code.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vbrfix-exit-error-code.diff of Package vbrfix
Return error conditions including in the case of not changing a file. --- a/vbrfixc/vbrfix.cpp +++ b/vbrfixc/vbrfix.cpp @@ -73,6 +73,9 @@ endFix(); return false; } + catch (...) { + return false; + } return true; } void VbrFix::endFix(){ @@ -113,7 +116,10 @@ catch(const char* err){ if(err!=NULL)loge(err); endFix(); - return false; + exit(-1);//return false; + } + catch (...) { + exit(-1);//return false; } return false; }
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