-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-02-15 01:59, Hans-Christoph Steiner wrote:
Hmm, this might be the problem, in doverbose():
sys_vgui("::pdwindow::post %d {%s}\n", level+4, strnescape(upbuf, s, MAXPDSTRING));
Why is there level+4? Why not just pass level straight thru?
because level#0==pd_error, level#1=error, level#2=post, ... or similar (and without looking at the code, i don't know what level#3 is for)
fgamdr IOhannes