mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add -current patch.
Submitted by: Alexander Langer <alex@big.endian.de>
This commit is contained in:
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
11
x11-wm/wmg/files/patch-aa
Normal 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);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user