travis-test
fundamental 2018-09-09 12:39:38 -04:00
parent 864717d123
commit 178a970a6a
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ function showField(io::IO, msg::OscMsg, arg_id)
'T' true;
'F' false;
'I' Inf;
'N' Void]
'N' Nothing]
dict = Dict{Char, Any}(zip(Vector{Char}(map[:,1][:]),map[:,2][:]))
typeChar::Char = argType(msg, arg_id)
value = msg[arg_id]