diff options
Diffstat (limited to 'library/cpp/presort')
-rw-r--r-- | library/cpp/presort/presort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/presort/presort.h b/library/cpp/presort/presort.h index 0294892580..11b487e6b1 100644 --- a/library/cpp/presort/presort.h +++ b/library/cpp/presort/presort.h @@ -212,7 +212,7 @@ namespace NPresort { ctx.Filled = byte & OptionalFilled; break; default: - Y_FAIL("Invalid record code: %d", (int)code); + Y_ABORT("Invalid record code: %d", (int)code); } ctx.Code = (ECode)code; return true; |