msi: Fix column width calculation.
authorHans Leidekker <hans@codeweavers.com>
Tue, 4 Aug 2009 10:20:10 +0000 (12:20 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 4 Aug 2009 11:05:45 +0000 (13:05 +0200)
commiteb101df687d9002d7513dbdcb5a3822e00c18f1d
tree249ed99ba3583ee9a0a0698e43ffabf1888693c3
parent0b60ed8ff17dbf79eabb6ae79bc858b4c65fe360
msi: Fix column width calculation.

The iTunes 8 installer database has an integer column of size 1 which
takes up two bytes at storage level, so adjust the column size calculation
to account for this difference.
dlls/msi/table.c