Skip to content

Commit

Permalink
Oops! vim incremented this number for me without my knowledge, and I …
Browse files Browse the repository at this point in the history
…missed it in the diff before committing. Sorry!
  • Loading branch information
devinfoley committed Sep 10, 2012
1 parent 5882338 commit 29832dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/activeuuid/uuid.rb
Expand Up @@ -40,7 +40,7 @@ def visit_UUIDTools_UUID(o)

class PostgreSQL < Arel::Visitors::ToSql
def visit_UUIDTools_UUID(o)
s = o.raw.unpack("H*")[1]
s = o.raw.unpack("H*")[0]
"E'\\\\x#{s}'"
end
end
Expand Down

0 comments on commit 29832dd

Please sign in to comment.