Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP2
motif
openmotif-unaligned.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openmotif-unaligned.diff of Package motif
Index: b/lib/Xm/TextF.c =================================================================== --- a/lib/Xm/TextF.c +++ b/lib/Xm/TextF.c @@ -3975,7 +3975,7 @@ InsertChar(Widget w, nextPos, insert_string, insert_length, True); } else { - char stack_cache[100]; + wchar_t stack_cache[100]; insert_string[insert_length] = '\0'; /* NULL terminate for mbstowcs */ wc_insert_string = (wchar_t*)XmStackAlloc((Cardinal)(insert_length+1) * sizeof(wchar_t), stack_cache); @@ -7037,7 +7037,7 @@ ValidateString(XmTextFieldWidget tf, int str_len = 0; int i, j; - char stack_cache[400]; + wchar_t stack_cache[400]; if (!is_wchar) { char *temp_str, *curr_str, *start_temp;
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