chiark / gitweb /
bus-util: Fix reading uint32 properties
authorMartin Pitt <martin.pitt@ubuntu.com>
Fri, 1 Apr 2016 12:16:14 +0000 (14:16 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:12:57 +0000 (10:12 +0200)
Fix copy&paste bug in map_basic() to use the correct data type for
SD_BUS_TYPE_UINT32. Before we were copying the wrong 32 bits into the
destination pointer, resulting in complete garbage on big-endian systems.

Fixes #2927


No differences found