This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Avoid false dialyzer warnings by using erlang:nif_error/1
pull/13/merge
Jeremy Raymond
13 years ago
committed by
Paul J. Davis
parent
23021dba61
commit
ac7ca1950e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/jiffy.erl
+ 1
- 1
src/jiffy.erl
View File
@ -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
.
Write
Preview
Loading…
Cancel
Save