Lua fscanf: use pointer of file descriptor instead of file descriptor itself to avoid...
commita2a025ddd7ddc01308f5de29f27c6ed76cdc5c9a
authormcuelenaere <mcuelenaere@a1c6a512-1295-4272-9138-f99709370657>
Sat, 13 Feb 2010 14:51:38 +0000 (13 14:51 +0000)
committermcuelenaere <mcuelenaere@a1c6a512-1295-4272-9138-f99709370657>
Sat, 13 Feb 2010 14:51:38 +0000 (13 14:51 +0000)
tree9e1183995f49c00dc22384d258d07c9a46089732
parentba1c04baf77570893f48866b9bde8aaccf36ee70
Lua fscanf: use pointer of file descriptor instead of file descriptor itself to avoid 64-bit pointer<->int clash (aka fix yellow).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24633 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/lua/fscanf.c