Add -current patch.

Submitted by:	Alexander Langer <alex@big.endian.de>
This commit is contained in:
Yukihiro Nakai 2000-02-05 09:17:25 +00:00
parent cb18bbf213
commit 91d2e3dc5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25494

11
x11-wm/wmg/files/patch-aa Normal file
View file

@ -0,0 +1,11 @@
--- src/Client.C.orig Sat Feb 5 18:11:15 2000
+++ src/Client.C Sat Feb 5 18:11:31 2000
@@ -339,7 +339,7 @@
p = (unsigned char *)malloc(
sizeof (unsigned char) * (strlen(cl[0]) + 1)
);
- strcpy(p, cl[0]);
+ strcpy((char *)p, cl[0]);
XFreeStringList(cl);
}
}