]> Nishi Git Mirror - gwion.git/commitdiff
:art: Use UINT_F
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 4 Oct 2019 12:43:46 +0000 (14:43 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 4 Oct 2019 12:43:46 +0000 (14:43 +0200)
src/lib/import.c

index 93fb855996459357df28a5a07fb38539264499db..f986de7ce35f4209e5088764920f7217904ce33a 100644 (file)
@@ -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);