Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Rubinius, Y U NO HAVE MEMORYPOINTER#SIZE?!
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Nov 9, 2012
1 parent 37d13d9 commit 7fed144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cyberplat_pki/key.rb
Expand Up @@ -55,7 +55,7 @@ def sign(data)

result_length = Library.invoke :Sign,
data, data.size,
result, result.size,
result, result.total,
@internal

result.read_string(result_length)
Expand Down

0 comments on commit 7fed144

Please sign in to comment.