1
0
Fork 0
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:
Peter Stephenson 2007-01-21 22:49:56 +00:00
parent 553e011320
commit c53aa4adee

View file

@ -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