Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
ffworker
Commits
b4e10d39
Commit
b4e10d39
authored
Nov 30, 2017
by
Julian Rother
Browse files
hashfile: Removed prefix for compatability
parent
48599eac
Changes
1
Hide whitespace changes
Inline
Side-by-side
util/hashfile.c
View file @
b4e10d39
...
...
@@ -28,7 +28,6 @@ char *hashfile(char *path)
av_free
(
ctx
);
if
(
!
(
stream
=
open_memstream
(
&
ptr
,
&
size
)))
exit
(
99
);
fprintf
(
stream
,
"md5:"
);
for
(
i
=
0
;
i
<
16
;
i
++
)
fprintf
(
stream
,
"%02hhx"
,
buf
[
i
]);
free
(
buf
);
...
...
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