diff options
author | Thomas Jarosch <tomj@simonv.com> | 2011-03-02 23:43:54 +0000 |
---|---|---|
committer | Thomas Jarosch <tomj@simonv.com> | 2011-03-02 23:43:54 +0000 |
commit | f9f89cf5cb42a6540995bbb0c277e1f2e6b222b2 (patch) | |
tree | 1cede1c4f11f529e00bf48036778801160dc6e56 /apps/plugins/chessbox/chessbox.c | |
parent | a25153be6b0af205aa0c82dd2f3cba41221df2e5 (diff) |
RaaA: Fix write locations of plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29506 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/chessbox/chessbox.c')
-rw-r--r-- | apps/plugins/chessbox/chessbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c index 9638168290..4876231207 100644 --- a/apps/plugins/chessbox/chessbox.c +++ b/apps/plugins/chessbox/chessbox.c @@ -59,7 +59,7 @@ extern const fb_data chessbox_pieces[]; #define YOFS ((LCD_HEIGHT-8*TILE_HEIGHT)/2) /* save files */ -#define SAVE_FILE PLUGIN_GAMES_DIR "/chessbox.save" +#define SAVE_FILE PLUGIN_GAMES_DATA_DIR "/chessbox.save" /* commands enum */ #define COMMAND_NOP 0 |