Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-15-SP1:GA
x3270
x3270-handle-missing-font.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File x3270-handle-missing-font.patch of Package x3270
--- x3270/screen.c 2020-10-30 13:35:58.238416347 +0100 +++ x3270/screen.c 2020-10-30 13:39:12.721353850 +0100 @@ -4686,7 +4686,9 @@ } } - g = XLoadQueryFont(display, best); + if ((g = XLoadQueryFont(display, best)) == NULL) { + return xs_buffer("Font %s could not be loaded", best); + } set_font_globals(g, /*name*/best, best, g->fid, is_dbcs); return 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