diff options
| -rw-r--r-- | fml/lib/Mail/Message.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/Mail/Message.pm b/fml/lib/Mail/Message.pm index 5d61d7fd..be029699 100644 --- a/fml/lib/Mail/Message.pm +++ b/fml/lib/Mail/Message.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Message.pm,v 1.81 2003/08/16 05:24:43 fukachan Exp $ +# $FML: Message.pm,v 1.82 2003/08/16 14:57:54 fukachan Exp $ # package Mail::Message; @@ -1765,7 +1765,7 @@ sub delete_message_part_link # Descriptions: search the next MIME boundary # Arguments: OBJ($self) HASH_STR($data) STR($delimeter) -# NUM($loopcnt) NUM(mpb_begin) +# NUM($loopcnt) NUM($mpb_begin) # Side Effects: none # Return Value: (NUM, NUM) sub _next_part_pos |
