[MPlayer-cvslog] r20422 - trunk/stream/stream_dvdnav.c

nicodvb subversion at mplayerhq.hu
Mon Oct 23 23:07:24 CEST 2006


Author: nicodvb
Date: Mon Oct 23 23:07:24 2006
New Revision: 20422

Modified:
   trunk/stream/stream_dvdnav.c

Log:
spell fix

Modified: trunk/stream/stream_dvdnav.c
==============================================================================
--- trunk/stream/stream_dvdnav.c	(original)
+++ trunk/stream/stream_dvdnav.c	Mon Oct 23 23:07:24 2006
@@ -320,7 +320,7 @@
   if(!stream->pos)
     mp_msg(MSGT_OPEN,MSGL_ERR, "INIT ERROR: %d, couldn't get init pos %s\r\n", status, dvdnav_err_to_string(dvdnav_priv->dvdnav));
   
-  mp_msg(MSGT_OPEN,MSGL_INFO, "Remember to disable MPlayer's cache when playing dvdnav:// streams (adding -nocache to your command like)\r\n");
+  mp_msg(MSGT_OPEN,MSGL_INFO, "Remember to disable MPlayer's cache when playing dvdnav:// streams (adding -nocache to your command line)\r\n");
 
   return STREAM_OK;
 }



More information about the MPlayer-cvslog mailing list