1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/qrash/files/patch-ag

12 lines
332 B
Plaintext
Raw Normal View History

--- 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 );