]> git.sesse.net Git - vlc/commitdiff
Cannot read from probe, not from peek
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 14 Apr 2009 08:24:35 +0000 (11:24 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 14 Apr 2009 08:25:24 +0000 (11:25 +0300)
share/lua/playlist/README.txt

index 0ec1c51115cf139c2da6a1858943b1d2d12bdb9d..3d4aea4c012e88365784b77b126648cc491c22f4 100644 (file)
@@ -17,8 +17,8 @@ VLC defines a global vlc object with the following members:
  * vlc.access: the access used ("http" for http://, "file" for file://, etc.)
  * vlc.peek( <int> ): return the first <int> characters from the playlist file.
  * vlc.read( <int> ): read <int> characters from the playlist file.
-                      THIS FUNCTION CANNOT BE USED IN peek().
+                      THIS FUNCTION CANNOT BE USED IN probe().
  * vlc.readline(): return a new line of playlist data on each call.
-                   THIS FUNCTION CANNOT BE USED IN peek().
+                   THIS FUNCTION CANNOT BE USED IN probe().
 
 Available VLC specific Lua modules: msg and strings. See lua/README.txt.