Skip to content

Commit 733597e

Browse files
author
Derick Rethans
committed
- Fix typo
1 parent 19f43f3 commit 733597e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/imap/php_imap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,7 @@ PHP_FUNCTION(imap_utf7_decode)
23092309
break;
23102310
case ST_DECODE2:
23112311
outp[1] = UNB64(*inp);
2312-
c = outpp[1] >> 2;
2312+
c = outp[1] >> 2;
23132313
*outp++ |= c;
23142314
*outp <<= 6;
23152315
state = ST_DECODE3;

0 commit comments

Comments
 (0)