Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
dx
dx-4.4.4-missing-sentinel.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dx-4.4.4-missing-sentinel.patch of Package dx
--- src/uipp/base/StartWebBrowser.C +++ src/uipp/base/StartWebBrowser.C @@ -147,7 +147,7 @@ if (child == 0) { int grandchild = fork(); if (grandchild == 0) { - int ret = execlp(webApp, webApp, URL, NULL); + int ret = execlp(webApp, webApp, URL, (char *)NULL); if (!ret) fprintf(stderr, "Unable to start web browser.\n"); exit (0); }
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