Fix v0.6 Regression

pull/8/head
fundamental 2017-02-22 13:13:06 -05:00
parent c7a349625c
commit 8fbbf127f4
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ function show(io::IO, msg::OscMsg)
end
function showField(io::IO, msg::OscMsg, arg_id)
map = ['i' Int32;
map = Any['i' Int32;
'f' Float32;
's' String;
'b' :Blob;