commit | 5b13ba9a0b4633a9dcf168e3215bb00fd95d58ef | [log] [tgz] |
---|---|---|
author | Arathorn <arathorn@mg.mud.de> | Mon Nov 25 21:59:55 2019 +0100 |
committer | Zesstra <zesstra@zesstra.de> | Tue Nov 26 20:03:09 2019 +0100 |
tree | 0641aee5351195cb06ab0dce4e70b55ff1766ec8 | |
parent | f499db7d734be583476a4207270d12271fab7478 [diff] [blame] |
Typfix in RemoveItem() Change-Id: I070f8ce00c515393b3df47fd1cf9d8183e9abbcf
diff --git a/std/container/items.c b/std/container/items.c index a8c8465..282ebcc 100644 --- a/std/container/items.c +++ b/std/container/items.c
@@ -202,7 +202,7 @@ public void RemoveItem(string|string* filename) { - < <int|<string|string*>|object>* >* items=QueryProp(P_ITEMS); + < <int|<string|string*>|object|mapping>* >* items=QueryProp(P_ITEMS); if(!pointerp(items) || !sizeof(items)) {