mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debug
print. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
99ae768645
commit
970dbfde6f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Sep 6 14:25:15 2001 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debug
|
||||
print.
|
||||
|
||||
Sun Aug 26 20:26:40 2001 Koji Arai <JCA02266@nifty.ne.jp>
|
||||
|
||||
* ext/readline/readline.c: restore terminal mode
|
||||
|
|
|
@ -151,7 +151,7 @@ rb_digest_base_s_hexdigest(class, str)
|
|||
|
||||
hexdigest = xmalloc(len + 1); /* +1 is for '\0' */
|
||||
algo->end_func(pctx, hexdigest);
|
||||
puts(hexdigest);
|
||||
|
||||
obj = rb_str_new(hexdigest, len);
|
||||
|
||||
free(hexdigest);
|
||||
|
|
Loading…
Add table
Reference in a new issue