--- mqtt/src/Attic/mqtt.c 2011/12/13 09:51:35 1.1.1.1.2.24 +++ mqtt/src/Attic/mqtt.c 2011/12/13 10:12:36 1.1.1.1.2.25 @@ -114,7 +114,7 @@ main(int argc, char **argv) return 1; } else AIT_SET_STR(v, optarg); - io_arrayElem(args->Subscribes, io_arraySize(args->Subscribes), (void**) &v); + io_arrayElem(args->Subscribes, io_arraySize(args->Subscribes), v); break; case 'q': args->QoS = (char) strtol(optarg, NULL, 0);