summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-03-14 20:41:31 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-03-14 20:41:31 +0000
commit553eb2391d83667dbc49c09bb7a989280ec3a480 (patch)
treede4e86e8612476fde3fd883cc660768f9a57d17d
parentb19d1bdb0f3ab1ed429bda346b4548d7addd32f2 (diff)
downloadphp-git-553eb2391d83667dbc49c09bb7a989280ec3a480.tar.gz
I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!! I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
-rw-r--r--ext/imap/imap.c2
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;