Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
xset
U_xset_fix-warning-about-usage-format-string.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File U_xset_fix-warning-about-usage-format-string.patch of Package xset
From c3ce2c28deac121db0de50af63c902e5883fe140 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb <matthieu.herrb@laas.fr> Date: Sat, 17 Aug 2013 18:25:49 +0200 Subject: Fix one last warning about usage() format string. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> diff --git a/xset.c b/xset.c index f461d4b..98f552f 100644 --- a/xset.c +++ b/xset.c @@ -325,8 +325,7 @@ main(int argc, char *argv[]) usage("low-mark must be greater than 0"); } if (himark <= lowmark) { - usage("hi-mark must be greater than low-mark", - NULL); + usage("hi-mark must be greater than low-mark"); } if (i >= argc) { set_font_cache(dpy, himark, lowmark, balance); -- cgit v0.10.2
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