Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
openmotif22-libs
openmotif22-strcmp.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openmotif22-strcmp.diff of Package openmotif22-libs
--- lib/Xm/XmString.c +++ lib/Xm/XmString.c @@ -7707,7 +7707,7 @@ case XmMULTIBYTE_TEXT: /* Non-NULL values (except _MOTIF_DEFAULT_LOCALE) are not accepted in Motif 2.0. */ - if (tag != NULL && !(tag == _MOTIF_DEFAULT_LOCALE || + if (tag != NULL && !(/* tag == _MOTIF_DEFAULT_LOCALE || */ strcmp(tag, _MOTIF_DEFAULT_LOCALE) == 0)) { _XmProcessUnlock(); @@ -8317,7 +8317,7 @@ _XmProcessUnlock(); return NULL; } - if ((value != _MOTIF_DEFAULT_LOCALE) && + if (/* (value != _MOTIF_DEFAULT_LOCALE) && */ (strcmp((char*) value, _MOTIF_DEFAULT_LOCALE) != 0)) { _XmProcessUnlock(); 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