Commit 17c940a1 authored by Нестеренко Алексей Юрьевич's avatar Нестеренко Алексей Юрьевич :headphones:
Browse files

Тестовая правка

No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
...@@ -693,7 +693,8 @@ ...@@ -693,7 +693,8 @@
if( kp->value_length == ki->size +8 ) iptr = ( kp->data + kp->key_length + 8 ); if( kp->value_length == ki->size +8 ) iptr = ( kp->data + kp->key_length + 8 );
else iptr = ( kp->data + kp->key_length ); else iptr = ( kp->data + kp->key_length );
if( memcmp( icode, iptr, ki->size ) != 0 ) { if( ak_ptr_is_equal_with_log( icode, iptr, ki->size ) != 0 ) {
// if( memcmp( icode, iptr, ki->size ) != 0 ) {
ki->statistical_data.skipped_segments++; ki->statistical_data.skipped_segments++;
ak_error_message_fmt( ak_error_not_equal_data, __func__, ak_error_message_fmt( ak_error_not_equal_data, __func__,
_("segment %s has been modified"), kp->data ); _("segment %s has been modified"), kp->data );
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment