1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11-wm/wmg/files/patch-aa

12 lines
391 B
Plaintext
Raw Normal View History

--- 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);
}
}