summaryrefslogtreecommitdiff
path: root/ext/md5/md5init.c
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-02-25 06:39:12 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-02-25 06:39:12 +0000
commit2ffc5814a14ce44ab408d8aca922875ce8991643 (patch)
tree098dc615cb65069b1d3f714cd959d3d3927c2aeb /ext/md5/md5init.c
parent62e648e148b3cb9f96dcce808c55c02b7ccb4486 (diff)
This commit was manufactured by cvs2svn to create tag
'v1_3_1_990225'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_3_1_990225@408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/md5/md5init.c')
-rw-r--r--ext/md5/md5init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/md5/md5init.c b/ext/md5/md5init.c
index a825f96d47..e95e135812 100644
--- a/ext/md5/md5init.c
+++ b/ext/md5/md5init.c
@@ -77,7 +77,7 @@ md5_new(argc, argv, class)
if (!NIL_P(arg)) {
md5_update(obj, arg);
}
- rb_obj_call_init(obj);
+ rb_obj_call_init(obj, argc, argv);
return obj;
}