curl_fnmatch: Use int not bool when function returns int
authorTor Arntsen <tor@spacetec.no>
Fri, 21 May 2010 14:21:44 +0000 (14:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 21 May 2010 21:42:55 +0000 (23:42 +0200)
commit606b933a4fc59128c913aa943252f4a1a821aa5b
tree0939c0ef01f6d247a15d2c8cef5f8ed4311ed73c
parentd17709da31ee04d825a8f93fcf4c87343ce0fad6
curl_fnmatch: Use int not bool when function returns int

bool in curl internals is unsigned char and should not be used
to receive return value from functions returning int - this fails
when using IBM VisualAge and Tru64 compilers.
lib/curl_fnmatch.c