Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
psmisc
psmisc-22.12-tigetstr.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File psmisc-22.12-tigetstr.patch of Package psmisc
--- src/pstree.c +++ src/pstree.c 2010-07-13 10:14:50.978925622 +0000 @@ -868,7 +868,7 @@ int main(int argc, char **argv) } else if (isatty(1) && (termname = getenv("TERM")) && (strlen(termname) > 0) && (setupterm(NULL, 1 /* stdout */ , NULL) == OK) && - (tigetstr("acsc") > 0)) { + ((int)tigetstr("acsc") > 0)) { /* * Failing that, if TERM is defined, a non-null value, and the terminal * has the VT100 graphics charset, use it.
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