Skip to content

Commit

Permalink
[fix] update for 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ye committed Sep 7, 2012
1 parent ecfee27 commit df309ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share.opa
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module OpaShare {
case {some:i}:
offset = i + 7
data = String.sub(offset, String.length(content)-offset, content)
Crypto.Base64.decode(data) |> binary_of_string
Crypto.Base64.decode(data)
}
os_file = {
id: fresh_key(),
Expand Down

0 comments on commit df309ab

Please sign in to comment.