BF [ 2767850 ] - InOutGenerate Fifo Ignored in hashcode
https://sourceforge.net/tracker/?func=detail&aid=2767850&group_id=176962&atid=879332
This commit is contained in:
parent
825f900fc8
commit
f13bd74210
|
@ -673,7 +673,7 @@ public class InOutGenerate extends SvrProcess
|
|||
|
||||
if (allAttributeInstances)
|
||||
hash *= -1;
|
||||
if (FiFo);
|
||||
if (FiFo)
|
||||
hash *= -2;
|
||||
if (hash < 0)
|
||||
hash = -hash + 7;
|
||||
|
|
Loading…
Reference in New Issue