Skip to content

Commit

Permalink
fix for toString
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed Dec 14, 2008
1 parent 0857d48 commit d6c53d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bson.sml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ struct
else
" "
in
start ^
padStringLeft (Word8.toString hd) 2 #"0" ^
printHelper (lineNumber + 1) tl
end
Expand Down

0 comments on commit d6c53d2

Please sign in to comment.