--- embedaddon/php/ext/dba/libinifile/inifile.c 2013/07/22 01:31:39 1.1.1.3 +++ embedaddon/php/ext/dba/libinifile/inifile.c 2013/10/14 08:02:11 1.1.1.4 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: inifile.c,v 1.1.1.3 2013/07/22 01:31:39 misho Exp $ */ +/* $Id: inifile.c,v 1.1.1.4 2013/10/14 08:02:11 misho Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -42,7 +42,7 @@ /* {{{ inifile_version */ char *inifile_version() { - return "1.0, $Id: inifile.c,v 1.1.1.3 2013/07/22 01:31:39 misho Exp $"; + return "1.0, $Id: inifile.c,v 1.1.1.4 2013/10/14 08:02:11 misho Exp $"; } /* }}} */ @@ -460,7 +460,7 @@ static int inifile_filter(inifile *dba, inifile *from, */ static int inifile_delete_replace_append(inifile *dba, const key_type *key, const val_type *value, int append TSRMLS_DC) { - size_t pos_grp_start, pos_grp_next; + size_t pos_grp_start = 0, pos_grp_next; inifile *ini_tmp = NULL; php_stream *fp_tmp = NULL; int ret;