diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-10-09 15:15:00 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-10-09 15:15:00 +0000 |
| commit | ef9abe438573dde2e059e6f7ba50933c4eddffc6 (patch) | |
| tree | 58be21aebcdbc6b3e35fa13c25ae521f9615bfad /apps/plugin.c | |
| parent | f22e323e6376951f16d8d3876bce4cfc13fe4e97 (diff) | |
| download | rockbox-ef9abe438573dde2e059e6f7ba50933c4eddffc6.zip rockbox-ef9abe438573dde2e059e6f7ba50933c4eddffc6.tar.gz rockbox-ef9abe438573dde2e059e6f7ba50933c4eddffc6.tar.bz2 rockbox-ef9abe438573dde2e059e6f7ba50933c4eddffc6.tar.xz | |
Keep track of the number of opened files in the sim to enforce the same limit as on target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15045 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 246df99..d5f70be 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -209,7 +209,7 @@ static const struct plugin_api rockbox_api = { /* file */ (open_func)PREFIX(open), - close, + PREFIX(close), (read_func)PREFIX(read), PREFIX(lseek), (creat_func)PREFIX(creat), |