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;