diff options
-rw-r--r-- | ext/imap/imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/imap.c b/ext/imap/imap.c index fcd6638081..92889edb42 100644 --- a/ext/imap/imap.c +++ b/ext/imap/imap.c @@ -2841,7 +2841,7 @@ PHP_FUNCTION(imap_bodystruct) Read an overview of the information in the headers of the given message */ PHP_FUNCTION(imap_fetch_overview) { - pval *streamind, *sequence, *flags; + pval *streamind, *sequence, *pflags; int ind, ind_type; pils *imap_le_struct; pval *myoverview; |