Commits
dimir authored 3f1d78cfdc7
....I..... [ZBXNEXT-20] replace invalid macro with function It's not possible to evaluate a parameter of a macro at the compile time this is why macro ZBX_TYPE_CHAR_STR(SZ) was replaced with a function ZBX_TYPE_CHAR_STR(int sz).