OSDN Git Service

ntfsdump_logfile.c: Fix incorrectly parenthesized expression.
authorErik Larsson <mechie@users.sourceforge.net>
Wed, 27 Jan 2016 14:24:52 +0000 (15:24 +0100)
committerErik Larsson <mechie@users.sourceforge.net>
Wed, 27 Jan 2016 14:24:52 +0000 (15:24 +0100)
commit0741f54b2ebab594dc58db6ca2bfb3c8f549e785
treec3086571d962712fcea129981627d73a1378867a
parent55dafda73224cdf13fcee617e31e882e1c4827df
ntfsdump_logfile.c: Fix incorrectly parenthesized expression.

On big-endian systems the result of the '!=' operation would be
endian-swapped rather than the first argument (which must have been the
intended action).
ntfsprogs/ntfsdump_logfile.c