Fix diff to account for the latest 0.8.6 upgrade (context changed).

This commit is contained in:
Jimmy Olgeni 2011-05-19 11:18:37 +00:00
parent 18d8ecf519
commit fc46ca8505
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274299

View file

@ -1,12 +1,12 @@
--- src/command.c.orig Fri Oct 25 12:57:17 2002
+++ src/command.c Sat Apr 5 09:16:50 2003
@@ -1755,10 +1755,6 @@
setlocale(LC_ALL, "");
fontset = XCreateFontSet(Xdisplay, fontname, &ml, &mc, &ds);
--- src/command.c.orig 2011-03-16 07:05:03.000000000 +0100
+++ src/command.c 2011-05-19 11:15:36.000000000 +0200
@@ -1883,10 +1883,6 @@
D_FONT(("Created fontset from %s, %d missing charsets (\"%s\").\n", fontname, mc,
((mc > 0) ? (ml[0]) : ("N/A"))));
FREE(fontname);
- if (mc) {
- XFreeStringList(ml);
- fontset = 0;
- /*fontset = 0;*/
- }
}
return fontset;