1
0
Fork 0
forked from len0rd/rockbox

Goban: Rename save file extension back to sgf to match other applications.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22181 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-08-06 05:02:52 +00:00
parent 3790897189
commit 0f70c4d4cc

View file

@ -322,7 +322,7 @@
#define DEFAULT_SAVE_DIR PLUGIN_GAMES_DIR "/goban"
/* The default file we save to */
#define DEFAULT_SAVE (DEFAULT_SAVE_DIR "/goban_d.save")
#define DEFAULT_SAVE (DEFAULT_SAVE_DIR "/goban_d.sgf")
/* The size of the buffer we store filenames in (1 reserved for '\0') */
#define SAVE_FILE_LENGTH 256