mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
Fix comment from unrarlib to unrar_exec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25471 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a4c16de071
commit
75e3df67ae
2
vobsub.c
2
vobsub.c
@ -45,7 +45,7 @@ static rar_stream_t *
|
|||||||
rar_open(const char *const filename, const char *const mode)
|
rar_open(const char *const filename, const char *const mode)
|
||||||
{
|
{
|
||||||
rar_stream_t *stream;
|
rar_stream_t *stream;
|
||||||
/* unrarlib can only read */
|
/* unrar_exec can only read */
|
||||||
if (strcmp("r", mode) && strcmp("rb", mode)) {
|
if (strcmp("r", mode) && strcmp("rb", mode)) {
|
||||||
errno = EINVAL;
|
errno = EINVAL;
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user