commit | 6fa8c9e3af8067548097ec13ff6e8a29f44ab0c5 | [log] [tgz] |
---|---|---|
author | Arathorn <mud@mg.mud.de> | Wed Aug 05 13:29:02 2020 +0200 |
committer | MG Mud User <mud@mg.mud.de> | Wed Aug 05 13:29:02 2020 +0200 |
tree | 9c86db15884f581c27e63c896b82e477e97fd636 | |
parent | 0a8e4d341b702915a4574f08b865d66791928e87 [diff] |
Typefixes Change-Id: I8097deff4ec4073b14a49173c85e615d3035cf97
diff --git a/secure/udp/htmlwho.c b/secure/udp/htmlwho.c index d9cd899..51a24b4 100644 --- a/secure/udp/htmlwho.c +++ b/secure/udp/htmlwho.c
@@ -23,10 +23,10 @@ udp_htmlwho(data) { int i,num; - string *mdata; string wholiste,tmp,tmp2; - - mdata="/obj/werliste"->QueryWhoListe(0,0,1); + + <object|string>** mdata="/obj/werliste"->QueryWhoListe(0,0,1); + num=sizeof(mdata); for (i=num-1;i>=0;i--) {