Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:ykoba:m17n
uim_backports
fix-wrong-character-comparison.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-wrong-character-comparison.patch of Package uim_backports
--- ./uim/uim-ipc.c.orig 2021-02-14 12:16:56.501929345 +0900 +++ ./uim/uim-ipc.c 2021-02-14 12:02:38.349326389 +0900 @@ -202,7 +202,7 @@ char *fullpath_command = uim_malloc(cmd_len); char *cmd_name = strrchr(command, '/'); - if (cmd_name && cmd_name + 1 != '\0') + if (cmd_name && cmd_name[1] != '\0') cmd_name++; else cmd_name = (char *)command;
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