This commit is contained in:
Dr. Stephen Henson 2004-10-04 17:28:31 +00:00
parent 2f605e8d24
commit 785e827323

View File

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