[vlc-commits] commit: lua: fix README. ( Rémi Duraffort )

git at videolan.org git at videolan.org
Wed Aug 4 00:31:54 CEST 2010


vlc/vlc-1.1 | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Aug  3 23:13:59 2010 +0200| [ccb600f20ddeff65f23cbc598a2e32f7969ca246] | committer: Rémi Duraffort 

lua: fix README.
(cherry picked from commit 638854386e24bc8b66bad667f8d7a9416ffab9a1)

Signed-off-by: Rémi Duraffort <ivoire at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=ccb600f20ddeff65f23cbc598a2e32f7969ca246
---

 share/lua/README.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/lua/README.txt b/share/lua/README.txt
index fd06b66..88f1e96 100644
--- a/share/lua/README.txt
+++ b/share/lua/README.txt
@@ -162,8 +162,8 @@ misc.cachedir(): Get the user's VLC cache directory.
 misc.datadir_list( name ): FIXME: write description ... or ditch function
   if it isn't useful anymore, we have datadir and userdatadir :)
 
-misc.mdate(): Get the current date (in milliseconds).
-misc.mwait(): Wait for the given date (in milliseconds).
+misc.mdate(): Get the current date (in microseconds).
+misc.mwait(): Wait for the given date (in microseconds).
 
 misc.lock_and_wait(): Lock our object thread and wait for a wake up signal.
 



More information about the vlc-commits mailing list