# HG changeset patch # User mas01cr # Date 1265149369 0 # Node ID 50761b56e8bebbf0f18059e264a535f231c55fcb # Parent e33a6342ddeab3533d4033689c1d6e94e3be86c7 Make python tests actually pass on my machine. Needs an extra NULL to stop the python runtime whining about a mismatch between keyword args and values. diff -r e33a6342ddea -r 50761b56e8be bindings/python/pyadbmodule.c --- a/bindings/python/pyadbmodule.c Tue Feb 02 22:22:42 2010 +0000 +++ b/bindings/python/pyadbmodule.c Tue Feb 02 22:22:49 2010 +0000 @@ -212,7 +212,8 @@ "relThres", "durRatio", "hopSize", - "resFmt" + "resFmt", + NULL }; spec = (adb_query_spec_t *)malloc(sizeof(adb_query_spec_t)); spec->qid.datum = (adb_datum_t *)malloc(sizeof(adb_datum_t));