Whamcloud - gitweb
badblocks.c (pattern_fill): Fix bug accidentally added when
authorTheodore Ts'o <tytso@mit.edu>
Fri, 27 Feb 2004 02:06:58 +0000 (21:06 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 27 Feb 2004 02:06:58 +0000 (21:06 -0500)
commit023cbb302963a93d0247e95a02591cb304bf152c
treea4eeff44b5e38730cdad52cc61b421de7ec9e06b
parent87a6e45233ef2196b286d77226d00ffcc15dff20
badblocks.c (pattern_fill): Fix bug accidentally added when
fixing up gcc -Wall nits.  badblocks -t random was not
getting handled properly because ~0 needed to be cast to
an unsigned long instead of an unsigned char.  (Addresses
Debian bug #234828)
misc/ChangeLog
misc/badblocks.c