summaryrefslogtreecommitdiffstats
path: root/misc/sdcv/patches/04_format.patch
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sdcv/patches/04_format.patch')
-rw-r--r--misc/sdcv/patches/04_format.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/misc/sdcv/patches/04_format.patch b/misc/sdcv/patches/04_format.patch
deleted file mode 100644
index bbb562363a..0000000000
--- a/misc/sdcv/patches/04_format.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Michal Čihař <nijel@debian.org>
-Subject: Fixes displaying of 'g' (gtk markup) entries.
-Bug: http://sourceforge.net/tracker/index.php?func=detail&aid=2125962&group_id=122858&atid=694730
---- a/src/libwrapper.cpp
-+++ b/src/libwrapper.cpp
-@@ -118,7 +118,6 @@
- switch (*p++) {
- case 'm':
- case 'l': //need more work...
-- case 'g':
- sec_size = strlen(p);
- if (sec_size) {
- res+="\n";
-@@ -128,6 +127,7 @@
- }
- sec_size++;
- break;
-+ case 'g':
- case 'x':
- sec_size = strlen(p);
- if (sec_size) {