зеркало из https://github.com/github/ruby.git
* ext/sha1/sha1-ruby.c (sha1_new): get rid of an unneeded
rb_obj_call_init() call. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
7a140a3cb0
Коммит
98e79eccdf
|
@ -1,3 +1,8 @@
|
|||
Fri May 18 01:11:02 2001 Usaku Nakamura <usa@osb.att.ne.jp>
|
||||
|
||||
* ext/sha1/sha1-ruby.c (sha1_new): get rid of an unneeded
|
||||
rb_obj_call_init() call.
|
||||
|
||||
Fri May 18 01:03:55 2001 Usaku Nakamura <usa@osb.att.ne.jp>
|
||||
|
||||
* ext/sha1/sha1.txt, ext/sha1/sha1.txt.jp: fix typos.
|
||||
|
|
|
@ -76,7 +76,6 @@ sha1_new(argc, argv, class)
|
|||
if (!NIL_P(arg)) Check_Type(arg, T_STRING);
|
||||
|
||||
obj = Data_Make_Struct(class, SHA1_CTX, 0, free, sha1);
|
||||
rb_obj_call_init(obj, argc, argv);
|
||||
SHA1Init(sha1);
|
||||
if (!NIL_P(arg)) {
|
||||
sha1_update(obj, arg);
|
||||
|
|
Загрузка…
Ссылка в новой задаче