mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Fixed lsearch related arguments.
This commit is contained in:
parent
f4c90635ff
commit
a4eeedfa34
15 changed files with 58 additions and 33 deletions
|
|
@ -386,3 +386,7 @@ char *argsep(char **stringp, const char *delim) {
|
|||
found:
|
||||
return start;
|
||||
}
|
||||
|
||||
int strcmp_ptr(const void *a, const void *b) {
|
||||
return strcmp(*(char **)a, *(char **)b);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue