commit | 42495e797f06f6e00d9e357bc082c17986104e63 | [log] [tgz] |
---|---|---|
author | Zesstra <zesstra@zesstra.de> | Sat Nov 23 16:01:25 2019 +0100 |
committer | Zesstra <zesstra@zesstra.de> | Tue Nov 26 20:03:09 2019 +0100 |
tree | 6fc8e50d4501aa0a1590dbad34f52b06bc4c9183 | |
parent | 10412ed526136b6c28d0afdb46f9aaed258a7ba2 [diff] |
Typfix bei Verarbeitung P_NODROP & Co. P_NODROP & Co koennen auch int sein. Change-Id: Iee29bb9767d17b6d252a4878643368583025963a
diff --git a/std/living/put_and_get.c b/std/living/put_and_get.c index 74f6425..48ea4b1 100644 --- a/std/living/put_and_get.c +++ b/std/living/put_and_get.c
@@ -133,7 +133,7 @@ { int method, ret; - string str; + <string|int> str; //if (living(o)) // raise_error(sprintf("Lebendes Argument fuer put_or_get: %O\n", o));