volume_id: fix ntfs attribute search
authorOliver Metz <oliver.metz@gmx.de>
Wed, 8 May 2013 18:21:29 +0000 (20:21 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 9 May 2013 05:45:51 +0000 (07:45 +0200)
commit041baf272082173fe8abf6fe8e7e4a16d26b9b88
tree8aeba8c1985c890cc11d28c75e1304fc3d343d4c
parent264f37363dba6b19d1c6f7db79bc049a1cb5c44b
volume_id: fix ntfs attribute search

len is declared as uint32_t but le16_to_cpu macro is used

Signed-off-by: Oliver Metz <oliver.metz@gmx.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/volume_id/ntfs.c