diff options
Diffstat (limited to 'games-arcade/kobodeluxe/files/kobodeluxe-0.5.1-clang.patch')
-rw-r--r-- | games-arcade/kobodeluxe/files/kobodeluxe-0.5.1-clang.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games-arcade/kobodeluxe/files/kobodeluxe-0.5.1-clang.patch b/games-arcade/kobodeluxe/files/kobodeluxe-0.5.1-clang.patch new file mode 100644 index 000000000000..7732b6e147d4 --- /dev/null +++ b/games-arcade/kobodeluxe/files/kobodeluxe-0.5.1-clang.patch @@ -0,0 +1,22 @@ +--- a/filemap.cpp ++++ b/filemap.cpp +@@ -851,7 +851,7 @@ + while(k) + { + if(strcmp(k->key, key) == 0 || all) +- fprintf(f, "%s"FM_DEREF_TOKEN" --> \"%s\"\n", k->key, k->path); ++ fprintf(f, "%s" FM_DEREF_TOKEN " --> \"%s\"\n", k->key, k->path); + k = k->next; + } + } +--- a/prefs.cpp ++++ b/prefs.cpp +@@ -30,7 +30,7 @@ + void prefs_t::init() + { + comment("--------------------------------------------"); +- comment(" Kobo Deluxe "VERSION" Configuration File"); ++ comment(" Kobo Deluxe " VERSION " Configuration File"); + comment("--------------------------------------------"); + comment(" Switches - [no]<switch>"); + comment(" Values - <key> [<value>|\"<string>\"]"); |