mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-13 11:21:13 +02:00
unposted; typo
This commit is contained in:
parent
553e011320
commit
c53aa4adee
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ cd_calc()
|
|||
static int
|
||||
cd_sort(const void *a, const void *b)
|
||||
{
|
||||
return zstrpcmp((*((Cdstr *) a))->sortstr, (*((Cdstr *) b))->sortstr, 0);
|
||||
return zstrcmp((*((Cdstr *) a))->sortstr, (*((Cdstr *) b))->sortstr, 0);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue