Explorar el Código

Avoid false dialyzer warnings by using erlang:nif_error/1

pull/13/merge
Jeremy Raymond hace 13 años
cometido por Paul J. Davis
padre
commit
ac7ca1950e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/jiffy.erl

+ 1
- 1
src/jiffy.erl Ver fichero

@ -91,7 +91,7 @@ init() ->
not_loaded(Line) ->
exit({not_loaded, [{module, ?MODULE}, {line, Line}]}).
erlang:nif_error({not_loaded, [{module, ?MODULE}, {line, Line}]}).
nif_decode(_Data) ->
?NOT_LOADED.

Cargando…
Cancelar
Guardar