diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 02:24:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 02:24:30 +0000 |
commit | a08d0fc53fa06d278c80df68a9a40b88e357591b (patch) | |
tree | 85772236e476a67404beaab94dc888d9a81e4bcc /x11/qrash/files/patch-ag | |
parent | Adding p5-Apache-DBI version 0.87. (diff) |
Adding qrash version 1.0
An animated musical demo for X11.
PR: 14554
Submitted by: Trevor Johnson <trevor@jpj.net>
Notes
Notes:
svn path=/head/; revision=24143
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 ); |