Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
libaacs
Commits
9f2c509f
Commit
9f2c509f
authored
Dec 11, 2013
by
npzacs
Browse files
Avoid PRIu64
parent
df5c3f68
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libaacs/aacs.c
View file @
9f2c509f
...
...
@@ -863,7 +863,7 @@ static int _calc_title_hash(const char *path, uint8_t *title_hash)
}
else
{
result
=
AACS_ERROR_CORRUPTED_DISC
;
DEBUG
(
DBG_AACS
|
DBG_CRIT
,
"Failed to read %
"
PRIu64
"
bytes from unit key file %s/AACS/Unit_Key_RO.inf"
,
f_size
,
path
);
DEBUG
(
DBG_AACS
|
DBG_CRIT
,
"Failed to read %
lu
bytes from unit key file %s/AACS/Unit_Key_RO.inf"
,
(
unsigned
long
)
f_size
,
path
);
}
file_close
(
fp
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment