--- isomaster-1.3.7.orig/settings.c
+++ isomaster-1.3.7/settings.c
@@ -608,7 +608,7 @@
if(GBLsettingsDictionary != NULL)
{
char configNameStr[20] = "ui:recentlyopen";
- snprintf(configNameStr + 15, 20, "%d", i);
+ snprintf(configNameStr + 15, 5, "%d", i);
tempStr = iniparser_getstring(GBLsettingsDictionary,
configNameStr, NULL);
@@ -893,7 +893,7 @@
for(int i = 0; i < 5; i++)
{
char configNameStr[20] = "ui:recentlyopen";
- snprintf(configNameStr + 15, 20, "%d", i);
+ snprintf(configNameStr + 15, 5, "%d", i);
iniparser_setstr(GBLsettingsDictionary, configNameStr,
gtk_label_get_text(GTK_LABEL(
--- isomaster-1.3.7.orig/about.c
+++ isomaster-1.3.7/about.c
@@ -304,8 +304,8 @@
static const char*
GBLlicense =
-"ISO Master and bkisofs are distributed under the GNU General Public Licence\n"
-"version 2, please see LICENCE.TXT for the complete text\n";
+"ISO Master and bkisofs are distributed under the GNU General Public Licence version 2,\n"
+"on Debian systems please see /usr/share/common-licenses/GPL-2 for the complete text\n";
static const char*
GBLhelp =