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
catch nif load error
pull/30/head
benoitc
12 years ago
parent
f71616198f
commit
852db2e568
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/jiffy.erl
+ 2
- 1
src/jiffy.erl
View File
@ -93,7 +93,8 @@ init() ->
Path
-
>
Path
end
,
erlang
:
load_nif
(
filename
:
join
(
PrivDir
,
"
jiffy
"
)
,
0
)
.
catch
(
erlang
:
load_nif
(
filename
:
join
(
PrivDir
,
"
jiffy
"
)
,
0
)
)
,
ok
.
not_loaded
(
Line
)
-
>
Write
Preview
Loading…
Cancel
Save