mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
dbc71dc05e
When comparing unsigned with int, the comparision is made as 'unsigned' type, so make it rather explicit which type is being compared.