Mercurial > hg > audiodb
changeset 665:50761b56e8be
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.
| author | mas01cr |
|---|---|
| date | Tue, 02 Feb 2010 22:22:49 +0000 |
| parents | e33a6342ddea |
| children | 4dacfe92a6ff |
| files | bindings/python/pyadbmodule.c |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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));
