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:
mjudd 2009-04-16 07:36:17 +00:00
parent 825f900fc8
commit f13bd74210
1 changed files with 1 additions and 1 deletions

View File

@ -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;