summaryrefslogtreecommitdiff
path: root/x11-wm/olvwm/files/patch-fontset.c
blob: 9f5e70bbcfa663432e09fac56e825fc50340c990 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** fontset.c.orig	Sun Jan 24 20:51:59 1999
--- fontset.c	Sun Jan 24 20:54:54 1999
***************
*** 210,216 ****
  
  	if (notFound)
  	{
!         	(void) sprintf(filename, "/usr/lib/X11/app-defaults/%s/%s",
  			locale, FONT_SETS);
  	}
  
--- 210,216 ----
  
  	if (notFound)
  	{
!         	(void) sprintf(filename, "/usr/X11R6/lib/X11/app-defaults/%s/%s",
  			locale, FONT_SETS);
  	}