diff options
Diffstat (limited to 'x11-wm/olvwm/files/patch-fontset.c')
-rw-r--r-- | x11-wm/olvwm/files/patch-fontset.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-wm/olvwm/files/patch-fontset.c b/x11-wm/olvwm/files/patch-fontset.c deleted file mode 100644 index 9f5e70bbcfa6..000000000000 --- a/x11-wm/olvwm/files/patch-fontset.c +++ /dev/null @@ -1,19 +0,0 @@ -*** 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); - } - |