This commit is contained in:
Dr. Stephen Henson 2004-10-04 17:28:57 +00:00
parent 8de8bcbe2c
commit 70bfcc895e

View File

@ -334,7 +334,7 @@ void sk_sort(STACK *st)
int sk_is_sorted(const STACK *st)
{
if (st)
if (!st)
return 1;
return st->sorted;
}