From: fennecdjay Date: Fri, 4 Oct 2019 12:43:46 +0000 (+0200) Subject: :art: Use UINT_F X-Git-Tag: nightly~2198^2~143 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e1c1425977f9a69c7252ab8e19c73b9074d8bfac;p=gwion.git :art: Use UINT_F --- 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);