diff options
author | David Sterba <dsterba@suse.cz> | 2013-07-09 18:38:29 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.cz> | 2013-08-09 14:32:34 +0200 |
commit | 309e50c7634f0603dab866ad699e7981e9fca004 (patch) | |
tree | caff8de092c97c6318a4ea3b077f4fd3f73a8444 /btrfs-list.h | |
parent | 89fde183ebbc87a930592b0f6f1e3301224f6682 (diff) | |
download | btrfs-progs-309e50c7634f0603dab866ad699e7981e9fca004.tar.gz |
btrfs-progs: Fix getopt on arm/ppc platforms
(same as commit bb0eabc383e9a3fde7cdb02591ca88243f3e31fb)
There, 'char' is unsigned, so once assigned '-1' from getopt, it gets
the value 255. Then, it compared to '-1' gives false.
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'btrfs-list.h')
0 files changed, 0 insertions, 0 deletions