Browse Source

Declaration fix

experimetnal/RETURN_REF_PATCH
Zeev Suraski 27 years ago
parent
commit
338405d343
  1. 2
      ext/imap/imap.c

2
ext/imap/imap.c

@ -180,7 +180,7 @@ MAILSTREAM *mail_close_it (pils *imap_le_struct)
return ret;
}
inline int add_assoc_object(pval *arg, char *key, pval tmp)
inline int add_assoc_object(pval *arg, char *key, pval *tmp)
{
return _php3_hash_update(arg->value.ht, key, strlen(key)+1, (void *) &tmp, sizeof(pval *), NULL);
}

Loading…
Cancel
Save