changeset 25443:6ad285d014bf

Fix comment from unrarlib to unrar_exec
author ulion
date Thu, 20 Dec 2007 10:41:16 +0000
parents 0d0f20dd32bf
children acaa10e43c52
files vobsub.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vobsub.c	Thu Dec 20 10:40:30 2007 +0000
+++ b/vobsub.c	Thu Dec 20 10:41:16 2007 +0000
@@ -45,7 +45,7 @@
 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;