Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:openSUSE:Factory:rpmlint:tests
hplip
hplip-pserror-c99.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hplip-pserror-c99.patch of Package hplip
prnt/pserror.c: Replace an implicit int with an explicit int Submitted upstream: <https://bugs.launchpad.net/hplip/+bug/1997875> diff --git a/prnt/hpps/pserror.c b/prnt/hpps/pserror.c index 114d7e1b5fa364fb..493b49c27917a7e6 100644 --- a/prnt/hpps/pserror.c +++ b/prnt/hpps/pserror.c @@ -24,7 +24,7 @@ extern char *program ; /* Defined by main program, giving program name */ void message(int flags, char *format, ...) { va_list args ; - static column = 0 ; /* current screen column for message wrap */ + static int column = 0 ; /* current screen column for message wrap */ char msgbuf[MAX_MESSAGE] ; /* buffer in which to put the message */ char *bufptr = msgbuf ; /* message buffer pointer */
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