1
0
Fork 0
forked from len0rd/rockbox

access memcpy through the plugin api..

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15702 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2007-11-19 21:14:42 +00:00
parent 2b30bf9eac
commit 852cf58f36

View file

@ -1096,7 +1096,7 @@ static void viewer_load_settings(void) /* same name as global, but not the same
rb->close(settings_fd);
}
memcpy(&old_prefs, &prefs, sizeof(struct preferences));
rb->memcpy(&old_prefs, &prefs, sizeof(struct preferences));
data = (struct bookmark_file_data*)buffer; /* grab the text buffer */
data->bookmarked_files_count = 0;