commit | 2e16424788da35f644e8561a2eed8f50b91e978a | [log] [tgz] |
---|---|---|
author | Arathorn <mud@mg.mud.de> | Mon Jul 27 23:49:19 2020 +0200 |
committer | MG Mud User <mud@mg.mud.de> | Mon Jul 27 23:49:19 2020 +0200 |
tree | babb55a48feca3599a90eab9079c2ff25534766b | |
parent | 5fecd8349cdc3a7831f7275dadc22956d25589bf [diff] [blame] |
Type-Fixes und Typecast-Fixes Change-Id: I7e1fe98f07a4693350ccd90c9856791283fea1e4
diff --git a/p/daemon/channeld.c b/p/daemon/channeld.c index cc9ced9..a26f9ed 100644 --- a/p/daemon/channeld.c +++ b/p/daemon/channeld.c
@@ -611,7 +611,7 @@ function mixed (object listener) { string* chans = listener->QueryProp(P_CHANNELS); chans -= ({lower_case(ch)}); - listener->SetProp(P_CHANNELS, chans); + ({string*})listener->SetProp(P_CHANNELS, chans); }); channels = m_copy_delete(channels, lower_case(ch));