mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
19 lines
397 B
C
19 lines
397 B
C
*** 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);
|
|
}
|
|
|