return the real key name

db4
Doug Coleman 2009-01-26 17:31:36 -06:00
parent afdbc6f1d9
commit ac087e021c
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ ERROR: end-of-stream multipart ;
dup name>> empty-name? [
drop
] [
[ [ header>> ] [ name>> ] [ name-content>> ] tri mime-variable boa ]
[ [ header>> ] [ name>> unquote ] [ name-content>> ] tri mime-variable boa ]
[ name>> unquote ]
[ mime-parts>> set-at ] tri
] if ;