]> git.sesse.net Git - vlc/blobdiff - share/lua/playlist/README.txt
Cannot read from probe, not from peek
[vlc] / 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.