This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
erlc: fix typo in update_erlcinfo/3 clause
pull/3/head
Tuncer Ayaz
11 years ago
parent
46c979eaaf
commit
2c4d7d1d9b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_erlc_compiler.erl
+ 1
- 1
src/rebar_erlc_compiler.erl
View File
@ -417,7 +417,7 @@ update_erlcinfo(G, Source, Dirs) ->
digraph
:
del_vertex
(
G
,
Source
)
,
modified
;
LastUpdated
<
LastModified
-
>
modify_erlcinfo
(
G
,
Source
,
Dirs
)
;
modify_erlcinfo
(
G
,
Source
,
Dirs
)
,
modified
;
true
-
>
unmodified
Write
Preview
Loading…
Cancel
Save