diff options
author | Henrik Backe <henrik@backe.eu> | 2005-09-02 15:05:35 +0000 |
---|---|---|
committer | Henrik Backe <henrik@backe.eu> | 2005-09-02 15:05:35 +0000 |
commit | b2473d58ab1a7ff0722bd27f08ce5a8856cd5502 (patch) | |
tree | 3eca1349052d07ddf975956bdd2ab8f4bce6e309 /firmware/export/config-recorderv2.h | |
parent | acf14e05693125d3768de80d99d7cfff6c2b164a (diff) |
Fixed associate problem with file extensions (.info files matched .nfo extension)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7456 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r-- | firmware/export/config-recorderv2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 02430e8a02..a4179c6da4 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -88,7 +88,7 @@ #define CONFIG_LCD LCD_SSD1815 -#define BOOTFILE_EXT ".ajz" -#define BOOTFILE "ajbrec" BOOTFILE_EXT +#define BOOTFILE_EXT "ajz" +#define BOOTFILE "ajbrec." BOOTFILE_EXT #endif /* SIMULATOR */ |