commit | de642d25e18890e6658fafa4256b78e37273ea5a | [log] [tgz] |
---|---|---|
author | Zesstra <zesstra@zesstra.de> | Sat Nov 23 17:22:34 2019 +0100 |
committer | Zesstra <zesstra@zesstra.de> | Tue Nov 26 20:03:09 2019 +0100 |
tree | ddb639617eaa56d1be32a6eb1350a9d469e4ea85 | |
parent | cd62c190518d96a490d25bd06f00687af9116047 [diff] |
TestIgnoreSimpel: Typfix Datentyp von P_IGNORE ist heutzutage ein mapping. Change-Id: I11ee3a6b99a0123895895445d3a09094dda841ca
diff --git a/std/player/comm.c b/std/player/comm.c index 72aeaee..c96314f 100644 --- a/std/player/comm.c +++ b/std/player/comm.c
@@ -481,7 +481,7 @@ } public int TestIgnoreSimple(string *arg) -{ string *ignore; +{ mapping ignore; if (!pointerp(arg) || !mappingp(ignore=Query(P_IGNORE,F_VALUE))) return 0;