Date: 11/26/98
- Next message: Egon Schmid: "[PHP-DEV] Docs: install.sgml"
- Previous message: Bug Database: "[PHP-DEV] Bug #955 Updated: system() with a command containing a pipe: fails under safe mode"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thursday November 26, 1998 @ 12:47
Author: rasmus
Update of /repository/php3/functions
In directory asf:/export/home/rasmus/php3/functions
Modified Files:
pack.c
Log Message:
Fix a compiler warning
Index: php3/functions/pack.c
diff -c php3/functions/pack.c:1.19 php3/functions/pack.c:1.20
*** php3/functions/pack.c:1.19 Mon Nov 23 13:13:08 1998
--- php3/functions/pack.c Thu Nov 26 12:47:37 1998
***************
*** 26,32 ****
| Authors: Chris Schneider <cschneid <email protected>> |
+----------------------------------------------------------------------+
*/
! /* $Id: pack.c,v 1.19 1998/11/23 18:13:08 cschneid Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
#endif
--- 26,32 ----
| Authors: Chris Schneider <cschneid <email protected>> |
+----------------------------------------------------------------------+
*/
! /* $Id: pack.c,v 1.20 1998/11/26 17:47:37 rasmus Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
#endif
***************
*** 530,536 ****
int arg = 1;
char *name;
int namelen;
! int size;
/* Handle format arguments if any */
if (formatlen > 0) {
--- 530,536 ----
int arg = 1;
char *name;
int namelen;
! int size=0;
/* Handle format arguments if any */
if (formatlen > 0) {
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Egon Schmid: "[PHP-DEV] Docs: install.sgml"
- Previous message: Bug Database: "[PHP-DEV] Bug #955 Updated: system() with a command containing a pipe: fails under safe mode"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

