fix fuzz build failure

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54947
This commit is contained in:
manunio 2023-01-09 18:24:23 +05:30 committed by Benjamin Fry
parent 7232d887d1
commit 1b2feda8c6

View File

@ -38,7 +38,7 @@ fn messages_equal(original: &Message, reparsed: &Message) -> bool {
}
// see if there are some of the records that don't round trip properly...
if reparsed.is_truncated() {
if reparsed.truncated() {
// TODO: there might be a better comparison to make here.
return true;
}