Typecast-Fixes aufgrund von strict_types
Change-Id: I88dbda30bc814607dc771f4e96d78c0e1773ae9d
diff --git a/d/seher/haeuser/virtual_compiler.c b/d/seher/haeuser/virtual_compiler.c
index 7e05245..9a6cab4 100644
--- a/d/seher/haeuser/virtual_compiler.c
+++ b/d/seher/haeuser/virtual_compiler.c
@@ -36,9 +36,9 @@
seteuid(getuid());
// Zeiger auf Cloneliste holen
- if (call_other(MEMORY,"HaveRights")) {
+ if (({int})call_other(MEMORY,"HaveRights")) {
// Objektpointer laden
- objects = call_other(MEMORY,"Load","objects");
+ objects = ({mapping})call_other(MEMORY,"Load","objects");
// Hats geklappt?
if (!mappingp(objects))