aboutsummaryrefslogtreecommitdiffstats
path: root/x11/qrash/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qrash/files/patch-ag')
-rw-r--r--x11/qrash/files/patch-ag11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/qrash/files/patch-ag b/x11/qrash/files/patch-ag
deleted file mode 100644
index 695bf91772e2..000000000000
--- a/x11/qrash/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- resource.cc.orig Wed Sep 24 04:43:18 1997
-+++ resource.cc Wed Oct 27 05:16:26 1999
-@@ -62,7 +62,7 @@
-
- void resInit( char* name )
- {
-- strcpy( resource_name, my_strlwr(name) );
-+ strcpy( resource_name, "PREFIX/share/qrash/qrash.dat" );
- FILE* f = fopen( resource_name, "rb" );
- if(f) {
- fseek( f, -4, SEEK_END );