Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Романов Никита Сергеевич
libakrypt-stb34
Commits
17c940a1
Commit
17c940a1
authored
5 months ago
by
Нестеренко Алексей Юрьевич
Browse files
Options
Download
Patches
Plain Diff
Тестовая правка
parent
db5b7a5a
master
dev
0.9.16
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aktool/aktool_icode_evaluate.c
+2
-1
aktool/aktool_icode_evaluate.c
with
2 additions
and
1 deletion
+2
-1
aktool/aktool_icode_evaluate.c
+
2
−
1
View file @
17c940a1
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets