Fix Formatting of show()

pull/4/head
fundamental 2014-06-22 15:36:21 -04:00
parent 64f76ae613
commit eea9f6dcd9
1 changed files with 1 additions and 5 deletions

View File

@ -312,11 +312,7 @@ function showField(io::IO, msg::OscMsg, arg_id)
value = value'
end
@printf(io, " #%2d %c:", arg_id, typeChar);
print(dict[typeChar]," - ", value)
if(!issubtype(typeof(value), Array))
println()
end
println(dict[typeChar]," - ", value)
end
export OscMsg