diff options
Diffstat (limited to 'app-cdr/xcdroast/files/format-security.patch')
-rw-r--r-- | app-cdr/xcdroast/files/format-security.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-cdr/xcdroast/files/format-security.patch b/app-cdr/xcdroast/files/format-security.patch deleted file mode 100644 index 9d01cf4f7758..000000000000 --- a/app-cdr/xcdroast/files/format-security.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xcdroast-0.98alpha16/src/setup.c.orig 2008-08-21 12:07:18.000000000 +0400 -+++ xcdroast-0.98alpha16/src/setup.c 2016-07-09 11:26:54.724084818 +0300 -@@ -4468,7 +4468,7 @@ - if (!textonly) { - show_dialog(ICO_ERROR,tmp, T_OK, NULL, NULL, 0); - } else { -- g_warning(tmp); -+ g_warning("%s",tmp); - } - } - } |