mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Removed the sim_ prefix from the plugin api.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19704 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f9329e4c92
commit
a36cdf5b37
12 changed files with 37 additions and 69 deletions
|
@ -141,7 +141,7 @@ int get_eol_string(char* fn)
|
|||
return 0;
|
||||
else if (!fn[0])
|
||||
return 0;
|
||||
fd = rb->PREFIX(open(fn,O_RDONLY));
|
||||
fd = rb->open(fn,O_RDONLY);
|
||||
if (fd<0)
|
||||
return 0;
|
||||
eol[0] = '\0';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue