|
|
@ -75,7 +75,7 @@ static ERL_NIF_TERM enabled(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[]) |
|
|
|
const ERL_NIF_TERM *tuple; |
|
|
|
ErlNifPid tracer_pid; |
|
|
|
|
|
|
|
if (!enif_get_tuple(env, value, &arity, &tuple)) { |
|
|
|
if (!enif_get_tuple(env, argv[1], &arity, &tuple)) { |
|
|
|
return atom_remove; |
|
|
|
} |
|
|
|
|
|
|
@ -99,7 +99,7 @@ static ERL_NIF_TERM enabled_procs(ErlNifEnv *env, int argc, const ERL_NIF_TERM a |
|
|
|
int arity; |
|
|
|
const ERL_NIF_TERM *tuple; |
|
|
|
|
|
|
|
if (!enif_get_tuple(env, value, &arity, &tuple)) { |
|
|
|
if (!enif_get_tuple(env, argv[1], &arity, &tuple)) { |
|
|
|
return atom_remove; |
|
|
|
} |
|
|
|
|
|
|
|