summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kdegraphics/patches/patch-aa')
-rw-r--r--graphics/kdegraphics/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/kdegraphics/patches/patch-aa b/graphics/kdegraphics/patches/patch-aa
deleted file mode 100644
index 600a63d183c..00000000000
--- a/graphics/kdegraphics/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- kghostview/kaccel.cpp.orig Wed Apr 8 01:38:58 1998
-+++ kghostview/kaccel.cpp Sun Jul 5 23:42:12 1998
-@@ -497,7 +497,9 @@
- uint keyCode = 0;
- int j, nb_toks = 0;
- char sKey[200];
--
-+
-+ if ( key == NULL ) return keyCode;
-+
- strncpy(sKey, (const char *)key, 200);
-
- if ( strcmp( sKey, "" ) == -1 ) return keyCode;