Properly convert ';' to ' ' in the user names.
This commit is contained in:
parent
1cb06ca7a2
commit
af03ded498
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112496
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= meanwhile
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
10
net-im/meanwhile/files/patch-st_list.c
Normal file
10
net-im/meanwhile/files/patch-st_list.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/st_list.c.orig Mon Jun 28 16:56:44 2004
|
||||
+++ src/st_list.c Mon Jun 28 16:56:56 2004
|
||||
@@ -387,6 +387,7 @@
|
||||
b = tmp;
|
||||
|
||||
name = b + 4; /* advance past the "1:: " */
|
||||
+ str_replace(name, ';', ' ');
|
||||
tmp = strchr(name, ',');
|
||||
if(tmp) {
|
||||
*tmp = '\0';
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= meanwhile
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
10
net/meanwhile/files/patch-st_list.c
Normal file
10
net/meanwhile/files/patch-st_list.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/st_list.c.orig Mon Jun 28 16:56:44 2004
|
||||
+++ src/st_list.c Mon Jun 28 16:56:56 2004
|
||||
@@ -387,6 +387,7 @@
|
||||
b = tmp;
|
||||
|
||||
name = b + 4; /* advance past the "1:: " */
|
||||
+ str_replace(name, ';', ' ');
|
||||
tmp = strchr(name, ',');
|
||||
if(tmp) {
|
||||
*tmp = '\0';
|
Loading…
Reference in New Issue
Block a user