Prevent warning about comparing signed and unsigned values
commitfb8e061242c905356f2a9462fd0ab5c302c11a91
authorMatthew Brush <matt@geany.org>
Sun, 25 Dec 2011 22:44:32 +0000 (25 14:44 -0800)
committerMatthew Brush <matt@geany.org>
Sun, 25 Dec 2011 22:44:32 +0000 (25 14:44 -0800)
treeeca4f5caded2b622e293c590370ef77ac91fb1e6
parent3efe11c4b9862a705629c6e46a2235033667f9c3
Prevent warning about comparing signed and unsigned values

The g_match_info_fetch_pos() function uses a signed value for the match_num
parameter, even though values less than 0 are not valid, so a cast is used.
src/search.c