diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-05-06 00:53:46 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-05-06 00:53:46 -0400 |
commit | e294ae2634858bab2dccda56a4a205a979eab96a (patch) | |
tree | 3ae558dec2cac0adfc86850cedb0e5c528e467c5 /WWW/Library/Implementation/HTMIME.c | |
parent | 398cc2f5cbd84d35293b2a4cd68c73fe854fbddb (diff) | |
download | lynx-snapshots-e294ae2634858bab2dccda56a4a205a979eab96a.tar.gz |
snapshot of project "lynx", label v2-8-8dev_15e
Diffstat (limited to 'WWW/Library/Implementation/HTMIME.c')
-rw-r--r-- | WWW/Library/Implementation/HTMIME.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTMIME.c b/WWW/Library/Implementation/HTMIME.c index 0c5934cf..66bdd567 100644 --- a/WWW/Library/Implementation/HTMIME.c +++ b/WWW/Library/Implementation/HTMIME.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTMIME.c,v 1.86 2013/05/03 20:52:54 tom Exp $ + * $LynxId: HTMIME.c,v 1.87 2013/05/05 20:07:25 tom Exp $ * * MIME Message Parse HTMIME.c * ================== @@ -2447,7 +2447,7 @@ void HTmmdecode(char **target, } if (base64) HTmmdec_base64(&m2buf, mmbuf); - if (quote) + else HTmmdec_quote(&m2buf, mmbuf); for (t = m2buf; *t;) *u++ = *t++; |