]> code.citadel.org Git - citadel.git/commit
mime_parser: remove code that reduces the size of the
authorArt Cancro <ajc@citadel.org>
Tue, 13 Mar 2007 02:39:42 +0000 (02:39 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 13 Mar 2007 02:39:42 +0000 (02:39 +0000)
commit17b09151d02ca41a6aca545bc6a202582da93f1b
treea8bb691993fa2443460b1976bc1fd8630ef6b456
parenta44826321bd5e98d2a82461b976625cd0f856513
mime_parser: remove code that reduces the size of the
extracted multipart component by one, because it's not correct.
The original detected size appears to be the correct one.  This
probably means that there is an off-by-one error somewhere else.
citadel/mime_parser.c