Oops!
This commit is contained in:
parent
2f605e8d24
commit
785e827323
@ -335,7 +335,7 @@ void sk_sort(STACK *st)
|
|||||||
|
|
||||||
int sk_is_sorted(const STACK *st)
|
int sk_is_sorted(const STACK *st)
|
||||||
{
|
{
|
||||||
if (st)
|
if (!st)
|
||||||
return 1;
|
return 1;
|
||||||
return st->sorted;
|
return st->sorted;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user