forked from len0rd/rockbox
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
|
@ -1310,7 +1310,7 @@ static void viewer_save_settings(void)/* same name as global, but not the same f
|
|||
b.top_ptr_pos = 0; /* this is only kept for legassy reasons */
|
||||
rb->memset(&b.filename[0],0,MAX_PATH);
|
||||
rb->strcpy(b.filename,file_name);
|
||||
rb->PREFIX(lseek)(settings_fd,sizeof(signed int),SEEK_SET);
|
||||
rb->lseek(settings_fd,sizeof(signed int),SEEK_SET);
|
||||
rb->write (settings_fd, &b, sizeof(struct bookmarked_file_info));
|
||||
rb->close(settings_fd);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue