[MPlayer-cvslog] r25471 - trunk/vobsub.c

ulion subversion at mplayerhq.hu
Thu Dec 20 11:41:17 CET 2007


Author: ulion
Date: Thu Dec 20 11:41:16 2007
New Revision: 25471

Log:
Fix comment from unrarlib to unrar_exec


Modified:
   trunk/vobsub.c

Modified: trunk/vobsub.c
==============================================================================
--- trunk/vobsub.c	(original)
+++ trunk/vobsub.c	Thu Dec 20 11:41:16 2007
@@ -45,7 +45,7 @@ static rar_stream_t *
 rar_open(const char *const filename, const char *const mode)
 {
     rar_stream_t *stream;
-    /* unrarlib can only read */
+    /* unrar_exec can only read */
     if (strcmp("r", mode) && strcmp("rb", mode)) {
 	errno = EINVAL;
 	return NULL;



More information about the MPlayer-cvslog mailing list