Oops..
This commit is contained in:
parent
8de8bcbe2c
commit
70bfcc895e
@ -334,7 +334,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