From e1c1425977f9a69c7252ab8e19c73b9074d8bfac Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 4 Oct 2019 14:43:46 +0200 Subject: [PATCH] :art: Use UINT_F --- src/lib/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/import.c b/src/lib/import.c index 93fb8559..f986de7c 100644 --- a/src/lib/import.c +++ b/src/lib/import.c @@ -421,7 +421,7 @@ ANN static Arg_List make_dll_arg_list(const Gwi gwi, DL_Func * dl_fun) { if(!(type_decl = str2decl(env, arg->type, &array_depth))) { if(arg_list) free_arg_list(env->gwion->mp, arg_list); - GWI_ERR_O(_(" ... at argument '%i'"), i + 1) + GWI_ERR_O(_(" ... at argument '%"UINT_F"'"), i + 1) } if((type_path2 = str2list(env, arg->name, &array_depth2))) free_id_list(env->gwion->mp, type_path2); -- 2.43.0