
12 Nov
2013
12 Nov
'13
10:13 p.m.
On 10/11/2013 07:47 AM, Viktor Mihajlovski wrote:
SetProperty was called with int instead of uint16_t in a few places. This leads to failures on big-endian systems like s390. Found by runnung cimstest.
Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com> --- src/Virt_SettingsDefineCapabilities.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
ACK John