mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Squeezed some warnings.
This commit is contained in:
@@ -121,7 +121,7 @@ static XkbRF_RulesPtr fetch_all_layouts(const String ¤t) {
|
||||
for(int j = 0; x11_rules[j]; j++) {
|
||||
snprintf(buf, sizeof(buf), "%s%s", x11_dirs[i], x11_rules[j]);
|
||||
|
||||
xkb_rules = XkbRF_Load(buf, "", True, True);
|
||||
xkb_rules = XkbRF_Load(buf, (char*)"", True, True);
|
||||
if(xkb_rules)
|
||||
goto done;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user