Jan Synacek <[email protected]> wrote: > #define ssprintf(dest, ...) snprintf((dest), sizeof(dest), __VA_ARGS__)
Did you want: #define ssprintf(dest, ...) snprintf((dest), sizeof(dest), ## __VA_ARGS__) David -- devel mailing list [email protected] https://lists.fedoraproject.org/admin/lists/[email protected]
