@@ -17,10 +17,10 @@
sprintf(u, URL, SUBROOMID, enc, timestamp); \
}
#ifdef Debug
#ifndef NDEBUG
#define DPRINT(s, __VA_ARGS__) \
{ \
printf(s, ...); \
printf(s, __VA_ARGS__); \
#else
#define DPRINT(s, ...)
The note is not visible to the blocked user.