summaryrefslogtreecommitdiff
path: root/x11/XFree86-4/files/patch-q
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-12-20 01:16:08 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-12-20 01:16:08 +0000
commitd29de0709a16956087718e6a1d07ec4239fa52a4 (patch)
tree63cdd1126a2c9106e6c0cb7c430f7f3a61ec36fe /x11/XFree86-4/files/patch-q
parentAn add-on to edit an id3 tag for mpg123-mode (mpg123.el) on Emacsen (diff)
Upgrade to 4.0.2
Notes
Notes: svn path=/head/; revision=36143
Diffstat (limited to 'x11/XFree86-4/files/patch-q')
-rw-r--r--x11/XFree86-4/files/patch-q15
1 files changed, 4 insertions, 11 deletions
diff --git a/x11/XFree86-4/files/patch-q b/x11/XFree86-4/files/patch-q
index cb083b8a8d79..e008bb3927b3 100644
--- a/x11/XFree86-4/files/patch-q
+++ b/x11/XFree86-4/files/patch-q
@@ -1,14 +1,7 @@
---- lib/X11/omGeneric.c.orig Mon Oct 16 17:01:11 2000
-+++ lib/X11/omGeneric.c Mon Oct 16 19:57:59 2000
-@@ -1128,6 +1128,7 @@
- (sizeof(VRotateRec) * sub_num);
- if(font_set->vrotate == (VRotate)NULL)
- return (-1);
-+ memset(vrotate, '\0', sizeof(VRotateRec) * sub_num);
-
- for(i = 0 ; i < sub_num ; i++) {
- vrotate[i].charset_name = font_set->substitute[i].name;
-@@ -1137,7 +1138,7 @@
+diff -u -r3.17 omGeneric.c
+--- lib/X11/omGeneric.c 2000/11/28 18:49:52 3.17
++++ lib/X11/omGeneric.c 2000/12/12 02:19:31
+@@ -1158,7 +1158,7 @@
}
vrotate_num = font_set->vrotate_num = sub_num;
} else {