Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:redwil:devel:tools
Source-Navigator
returnval.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File returnval.patch of Package Source-Navigator
--- libgui/src/tclhelp.c +++ libgui/src/tclhelp.c @@ -547,6 +547,7 @@ { Tcl_SetResult (interp, "Help not available", TCL_STATIC); return TCL_ERROR; } + return TCL_OK; } /* Implement the ide_help display command. */ @@ -560,6 +561,7 @@ { Tcl_SetResult (interp, "Help not available", TCL_STATIC); return TCL_ERROR; } + return TCL_OK; } /* Initialize the help command structure. */ @@ -594,6 +596,7 @@ /* fork failed, error number is why */ else if (pidProcess == (-1)) { return 0; } + return 1; } #endif /* ! _WIN32 */
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