Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1
mgp
magicpoint-1.13a-warnings.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File magicpoint-1.13a-warnings.patch of Package mgp
--- draw.c +++ draw.c @@ -2846,7 +2846,7 @@ char *seed; char *registry; - if (code >= 0xa0 && ((!argregistry || !argregistry[0]) && mgp_charset)) + if (code >= 0xa0 && ((!argregistry || !argregistry[0]) && mgp_charset[0])) registry = mgp_charset; else registry = argregistry; --- tfont.c +++ tfont.c @@ -171,7 +171,7 @@ if (charset16) tfc = tfc_lookup(code, size, tf_mcurname, 0); else { - if (code >= 0xa0 && ((!registry || !registry[0]) && mgp_charset)){ + if (code >= 0xa0 && ((!registry || !registry[0]) && mgp_charset[0])){ regid = get_regid(mgp_charset); } else regid = get_regid(registry); @@ -595,7 +595,7 @@ if (registry) tempregid = get_regid(registry) -1; else { - if (mgp_charset) + if (mgp_charset[0]) tempregid = get_regid(mgp_charset)-1; } if (tempregid >= 0) {
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