From a2b93b2019d0e2d6a32352b19d0ca764d61a9322 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 18 Dec 2014 11:53:49 +0100 Subject: [PATCH] Replace ortp_strdup_printf by ms_strdup_printf. --- coreapi/call_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/call_log.c b/coreapi/call_log.c index 1449c1920..d1750df56 100644 --- a/coreapi/call_log.c +++ b/coreapi/call_log.c @@ -217,7 +217,7 @@ char * linphone_call_log_to_str(LinphoneCallLog *cl){ default: status=_("unknown"); } - tmp=ortp_strdup_printf(_("%s at %s\nFrom: %s\nTo: %s\nStatus: %s\nDuration: %i mn %i sec\n"), + tmp=ms_strdup_printf(_("%s at %s\nFrom: %s\nTo: %s\nStatus: %s\nDuration: %i mn %i sec\n"), (cl->dir==LinphoneCallIncoming) ? _("Incoming call") : _("Outgoing call"), cl->start_date, from,