diff options
-rw-r--r-- | x11-wm/wmg/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/wmg/files/patch-aa b/x11-wm/wmg/files/patch-aa new file mode 100644 index 000000000000..4f3cdab5e12d --- /dev/null +++ b/x11-wm/wmg/files/patch-aa @@ -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); + } + } |