This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eAcs
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
ft: 代码优化
master
SisMaker
3 years ago
parent
034f6be48f
commit
9b99133b61
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/eAcs.erl
+ 1
- 1
src/eAcs.erl
View File
@ -118,7 +118,7 @@ getOutputIs(PtrInx) ->
case
acsTree
:
failOut
(
PtrInx
)
of
0
-
>
false
;
{
FailPtrInx
,
_
Pattern
}
-
>
{
_
FailPtrInx
,
_
Pattern
}
-
>
true
;
FailPtrInx
-
>
getOutputIs
(
FailPtrInx
)
Write
Preview
Loading…
Cancel
Save