mirror of https://github.com/FFmpeg/FFmpeg.git
Since commit 934f2d2f5c
,
cmdutils_read_file() prints a confusing message on success:
IO error: Success
This is because the error message is printed on the success path as
well. Add the missing condition so that it is only printed on error.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/111/head
parent
edf217ebb7
commit
194165aed8
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue