Commits
Stefan Knoblich committed dc1422998a1
FreeTDM: Add FTDM_XINT64_FMT 64bit hex format string and use it in ftmod_misdn. Fixes: src/ftmod/ftmod_misdn/ftmod_misdn.c: In function 'misdn_handle_mph_information_ind': src/ftmod/ftmod_misdn/ftmod_misdn.c:871:3: error: format '%lx' expects argument of type 'long unsigned int', but argument 13 has type 'uint64_t' [-Werror=format] Signed-off-by: Stefan Knoblich <stkn@openisdn.net>