pollita Sat Dec 28 14:40:03 2002 EDT Modified files: /php4/win32 sendmail.c Log: Typo. Index: php4/win32/sendmail.c diff -u php4/win32/sendmail.c:1.50 php4/win32/sendmail.c:1.51 --- php4/win32/sendmail.c:1.50 Sat Dec 28 14:32:45 2002 +++ php4/win32/sendmail.c Sat Dec 28 14:40:03 2002 @@ -17,7 +17,7 @@ * */ -/* $Id: sendmail.c,v 1.50 2002/12/28 19:32:45 pollita Exp $ */ +/* $Id: sendmail.c,v 1.51 2002/12/28 19:40:03 pollita Exp $ */ #include "php.h" /*php specific */ #include <stdio.h> @@ -435,7 +435,7 @@ efree(tempMailTo); } /* Send mail to all Cc rcpt's */ - else if (headers && (pos1 = strstr(headers_lc, "cc:")) && ((pos1 == headers_lc) || !iscntrl(*(pos1-1)))) { + else if (headers && (pos1 = strstr(headers_lc, "cc:")) && ((pos1 == +headers_lc) || iscntrl(*(pos1-1)))) { /* Real offset is memaddress from the original headers + difference of * string found in the lowercase headrs + 3 characters to jump over * the cc: */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php