diff options
Diffstat (limited to 'x11/qrash/files/patch-ag')
-rw-r--r-- | x11/qrash/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/qrash/files/patch-ag b/x11/qrash/files/patch-ag new file mode 100644 index 000000000000..a8ad14a1fa6b --- /dev/null +++ b/x11/qrash/files/patch-ag @@ -0,0 +1,11 @@ +--- 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, "/usr/X11R6/share/qrash/qrash.dat" ); + FILE* f = fopen( resource_name, "rb" ); + if(f) { + fseek( f, -4, SEEK_END ); |