vncs: silence devdraw debug prints

This commit is contained in:
cinap_lenrek 2018-07-07 17:11:51 +02:00
parent 77ca4e0056
commit cc5d74262c

View file

@ -1265,7 +1265,7 @@ printmesg(char *fmt, uchar *a, int plsprnt)
char *p, *q;
int s;
if(plsprnt==0){
if(1||plsprnt==0){
SET(s,q,p);
USED(fmt, a, buf, p, q, s);
return;