commit | a55c5fae411da6924eb87497913c28853c3ff992 | [log] [tgz] |
---|---|---|
author | Arathorn <arathorn@mg.mud.de> | Tue Aug 23 00:41:42 2016 +0200 |
committer | Zesstra <zesstra@zesstra.de> | Tue Aug 23 18:56:58 2016 +0200 |
tree | 604b866930ba3bd46aaa2727bca2f29d2e434231 | |
parent | 4415ac6ab33d4b24ea157f325e38e203cdb662fc [diff] |
Signatur von move() ergaenzt move() ist varargs, das fehlte bisher und das Ziel ist entweder object oder string. Change-Id: Ibcfff3d1e0501ac8a6ec4028a11ac7639c04ae10
diff --git a/d/seher/haeuser/traghaus.c b/d/seher/haeuser/traghaus.c index e0cfa90..7a55bb8 100644 --- a/d/seher/haeuser/traghaus.c +++ b/d/seher/haeuser/traghaus.c
@@ -106,7 +106,7 @@ return ret; } -int move(mixed dest, int method) +varargs int move(object|string dest, int method) { int nix;