From 0bc7d409486f297fd2aa7ac71f6cd63ec0f69613 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sat, 26 Nov 2016 21:31:49 +0100 Subject: [PATCH] Avoid unneeded warnings --- cheevos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheevos.c b/cheevos.c index 1fff721500..2dcf019221 100644 --- a/cheevos.c +++ b/cheevos.c @@ -469,7 +469,7 @@ static void cheevos_log_cheevo(const cheevo_t* cheevo, RARCH_LOG("CHEEVOS badge: %s\n", cheevo->badge); RARCH_LOG("CHEEVOS points: %u\n", cheevo->points); RARCH_LOG("CHEEVOS sets: TBD\n"); - RARCH_LOG("CHEEVOS memaddr: %.*s\n", memaddr_ud->length, memaddr_ud->string); + RARCH_LOG("CHEEVOS memaddr: %.*s\n", (int)memaddr_ud->length, memaddr_ud->string); } static void cheevos_add_var_size(char** aux, size_t* left,