X-Git-Url: http://nitlanguage.org diff --git a/c_src/string_nit.h b/c_src/string_nit.h index a6cf69a..311041d 100644 --- a/c_src/string_nit.h +++ b/c_src/string_nit.h @@ -13,6 +13,6 @@ * another product. */ -char* native_int_to_s(int recv, int len); +char* native_int_to_s(long recv); #endif