libqmi-qmuxd/build-aux
Reinhard Speyerer 3df66e941c qmicli: fix --dms-get-band-capabilities output on 32-bit platforms
The @enum_name@_build_string_from_mask template in
qmi-flags64-types-template.c uses a local gulong number variable.
On platforms where sizeof(gulong) < sizeof(Qmi*BandCapability) this
may cause bands to be missing from qmicli output or incorrect bands
to be contained in the output. Replace gulong number with guint64
number to fix this.

Signed-off-by: Reinhard Speyerer <rspmn@arcor.de>
2016-03-20 20:33:13 +01:00
..
qmi-codegen qmi-codegen: fix too-small transaction id in internal message code 2016-02-10 15:30:26 -06:00
templates qmicli: fix --dms-get-band-capabilities output on 32-bit platforms 2016-03-20 20:33:13 +01:00
Makefile.am codegen: new `qmi-codegen' build utility 2012-07-03 16:08:53 +02:00