strequal() returns int so we typecast the return to bool when we store the
authorDaniel Stenberg <daniel@haxx.se>
Wed, 10 Mar 2004 09:41:37 +0000 (09:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 10 Mar 2004 09:41:37 +0000 (09:41 +0000)
commit9948250723c091b50cc409c39436b9d7f422dbc0
tree2f404b28788246980292162ece4f4a000a2969a1
parent47afa058a83bc8d969bb44700f8d4f04b46bbcbe
strequal() returns int so we typecast the return to bool when we store the
result as bool
lib/cookie.c