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