++sort must crash on non-loobean

This commit is contained in:
Quodss 2024-08-12 19:20:52 +02:00
parent f7d40a8b66
commit 8681589111

View File

@ -28,9 +28,12 @@
if ( c3y == hoz ) {
nex = u3nc(u3nc(u3k(u3h(a)), u3k(u3h(acc))), u3k(u3t(acc)));
}
else {
else if ( c3n == hoz ) {
nex = u3nc(u3k(u3h(acc)), u3nc(u3k(u3h(a)), u3k(u3t(acc))));
}
else {
return u3m_bail(c3__exit);
}
u3z(hoz);
u3z(acc);