diff options
| author | fukachan <fukachan> | 2003-08-20 15:21:17 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-08-20 15:21:17 +0000 |
| commit | 6da4e5cf32121c16170bc4f9cfe841addac85a6d (patch) | |
| tree | daa8d74676bc7850e413113d468cbf834b0a8d91 /fml | |
| parent | e7de034c983261f437b460e660a5f1d86915bab3 (diff) | |
| download | fml8-6da4e5cf32121c16170bc4f9cfe841addac85a6d.tar.gz fml8-6da4e5cf32121c16170bc4f9cfe841addac85a6d.tar.bz2 fml8-6da4e5cf32121c16170bc4f9cfe841addac85a6d.zip | |
FNF: fix comment
Diffstat (limited to 'fml')
| -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 |
