diff --git a/pd/src/s_inter.c b/pd/src/s_inter.c index 1f494051313408c7ac8a53e2390aef8b02a4db99..d805ef898a0dee82d313fe1741e67ddc81aad5be 100644 --- a/pd/src/s_inter.c +++ b/pd/src/s_inter.c @@ -799,7 +799,7 @@ static int gui_array_tail; /* this is a bug fix for the edge case of a message to the gui with a single array. This is necessary because I'm using a space delimiter between the first and second arg, and commas between - the rest. + the rest. While I think gui_vmess and gui_start_vmess interfaces work well, the actual format of the message as sent to the GUI can definitely be changed if need be. I threw it together hastily just to get something