aboutsummaryrefslogtreecommitdiffstats
path: root/mimehead.c
diff options
context:
space:
mode:
Diffstat (limited to 'mimehead.c')
-rw-r--r--mimehead.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mimehead.c b/mimehead.c
index 3fc044c..8520626 100644
--- a/mimehead.c
+++ b/mimehead.c
@@ -1,4 +1,4 @@
-/* $Id: mimehead.c,v 1.4 2001/11/24 02:01:26 ukai Exp $ */
+/* $Id: mimehead.c,v 1.5 2002/12/21 16:20:40 ukai Exp $ */
/*
* MIME header support by Akinori ITO
*/
@@ -217,7 +217,7 @@ decodeWord(char **ow)
goto convert_fail;
w++;
p = w;
- switch (method) {
+ switch (toupper(method)) {
case 'B':
a = decodeB(&w);
break;