1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/x11/imwheel/files/patch-util.c
Pav Lucistnik 0cd2ecfdb7 - Update to 1.0.0.p12
PR:		ports/73644
Submitted by:	Paul Murphy <paul.murphy@cogeco.ca>
2004-11-10 23:04:18 +00:00

13 lines
369 B
C

--- util.c.orig Sun Aug 29 06:21:46 2004
+++ util.c Sun Nov 7 09:10:33 2004
@@ -735,7 +735,7 @@
struct WinAction *getRC()
{
- char fname[2][1024]={"","/etc/X11/imwheel/imwheelrc"}, line[1024], *p, *q, winid[1024];
+ char fname[2][1024]={"","/usr/X11R6/etc/imwheelrc"}, line[1024], *p, *q, winid[1024];
int fi,i;
struct WinAction *newwa=NULL;
FILE *f=NULL;