]> sigrok.org Git - libsigrokdecode.git/commit
runtc: PD option value is a GVariant, not string.
authorBert Vermeulen <redacted>
Thu, 26 Jun 2014 17:56:02 +0000 (19:56 +0200)
committerBert Vermeulen <redacted>
Thu, 26 Jun 2014 18:02:44 +0000 (20:02 +0200)
commit5f22c187f99ea13e0a1a5c8c995e73a75f93a9b1
treee1c06db2c21cadefaa6381a34c69080e8ad5aee5
parent604eece9928adbf4fb6b85470ceadeca1b73fabb
runtc: PD option value is a GVariant, not string.

This is still broken: it needs to properly check the expected type of
the option, not just blindly assume G_VARIANT_TYPE_STRING.
tests/runtc.c