Launcher: autocompletion alphabetical sort from PeVe
This commit is contained in:
committed by
Philippe Pepiot
parent
36aa4ce43a
commit
839ebeaf2b
@@ -356,3 +356,10 @@ patht(char *path)
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
int
|
||||
qsort_string_compare (const void * a, const void * b)
|
||||
{
|
||||
return (strcmp(*(char **)a, *(char **)b));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user