Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rkh/otnetstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed May 15, 2011
2 parents 73aabc1 + 46e36be commit a639a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/otnetstring.rb
Expand Up @@ -6,7 +6,7 @@ def self.parse(io)
length, byte = "", "0"
while byte =~ /\d/
length << byte
byte = io.readchar
byte = io.read(1)
end
length = length.to_i
case byte
Expand Down

0 comments on commit a639a9d

Please sign in to comment.