Date: 06/26/98
- Next message: Bug Database: "[PHP-DEV] Bug #285 Updated: Prototype mismatch"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Friday June 26, 1998 @ 10:58
Author: rasmus
Update of /repository/php3
In directory asf:/tmp/cvs-serv7930
Modified Files:
fopen-wrappers.c
Log Message:
Fix a couple of signed/unsigned char warnings
Index: php3/fopen-wrappers.c
diff -c php3/fopen-wrappers.c:1.38 php3/fopen-wrappers.c:1.39
*** php3/fopen-wrappers.c:1.38 Mon Jun 22 16:28:04 1998
--- php3/fopen-wrappers.c Fri Jun 26 10:58:18 1998
***************
*** 27,33 ****
| Jim Winstead <jimw <email protected>> |
+----------------------------------------------------------------------+
*/
! /* $Id: fopen-wrappers.c,v 1.38 1998/06/22 20:28:04 zeev Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
--- 27,33 ----
| Jim Winstead <jimw <email protected>> |
+----------------------------------------------------------------------+
*/
! /* $Id: fopen-wrappers.c,v 1.39 1998/06/26 14:58:18 rasmus Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
***************
*** 324,330 ****
{
url *resource;
int result;
! char *scratch, *tmp;
char tmp_line[256];
char location[256];
--- 324,331 ----
{
url *resource;
int result;
! char *scratch;
! unsigned char *tmp;
char tmp_line[256];
char location[256];
- Next message: Bug Database: "[PHP-DEV] Bug #285 Updated: Prototype mismatch"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

