Lua fscanf: use pointer of file descriptor instead of file descriptor itself to avoid...
commit8a517c742799920f49047b12b73c648f9f90c476
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
parent09b1fbab975351e226b985fbd01df8fbc4beb503
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