]> git.sesse.net Git - vlc/commit
lua: fix an argument validation error
authorLudovic Fauvet <etix@l0cal.com>
Tue, 19 Apr 2011 10:07:37 +0000 (12:07 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 19 Apr 2011 12:23:53 +0000 (14:23 +0200)
commit2f918cf7343386cbf782b66db6c5790e8103feef
tree2b1354dd053a56ae1a5bccba573d2ce6bb445512
parentb48b2a5cda232a74e30a9956774f1c6066d53116
lua: fix an argument validation error

According to the documentation, strings.from_charset expects two
arguments, not three.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/lua/libs/strings.c