Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1
notify-osd
notify-osd-fix-voidreturn.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File notify-osd-fix-voidreturn.patch of Package notify-osd
--- a/src/display.c +++ b/src/display.c @@ -288,7 +288,7 @@ stack_layout (Stack* self) gint y = 0; gint x = 0; - g_return_if_fail (self != NULL); + g_return_val_if_fail (self != NULL, TRUE); bubble = stack_select_next_to_display (self); if (bubble == NULL)
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