From cec0d2ad1ed2d07e8075a348e47238f5bcd54fe8 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Thu, 18 Dec 2003 15:32:09 +0000 Subject: splitted httpc_talk_to_server() --- nanohttp/nanohttp-common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-common.c') diff --git a/nanohttp/nanohttp-common.c b/nanohttp/nanohttp-common.c index d7396d6..29c237a 100644 --- a/nanohttp/nanohttp-common.c +++ b/nanohttp/nanohttp-common.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-common.c,v 1.5 2003/12/18 12:23:44 snowdrop Exp $ + * $Id: nanohttp-common.c,v 1.6 2003/12/18 15:32:09 snowdrop Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -119,7 +119,7 @@ int strcmpigcase(const char *s1, const char *s2) l1 = strlen(s1); l2 = strlen(s2); - if (l1 != l2) return; + if (l1 != l2) return 0; for (i=0;i