49c49 < #define NULL_IF_NULL(a) ((a) ? (const char*)(a) : "(NULL)") --- > #define NULL_IF_NULL(a) (a ? a : "(NULL)")