Add typecast to avoid a warning from some buggy Gentoo version of gcc.
authorMichael Poole <mdpoole@troilus.org>
Sat, 31 Mar 2007 16:11:28 +0000 (12:11 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sat, 31 Mar 2007 16:11:28 +0000 (12:11 -0400)
commit8acabe2fc9601fbbf0357ef5626ed8907d6ef42b
tree4983cff6377b4d5c16bc0ed3cc93cadff662e338
parent4c8a453b886d20071938bea485994c68431ea561
Add typecast to avoid a warning from some buggy Gentoo version of gcc.

src/mod-blacklist.c (do_expandos): Typecast an expression that is
  supposed to have type size_t (which is unsigned) to unsigned.
src/mod-blacklist.c