opnsense-ports/cad/qmls/files/patch-mccluskey.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
407 B
C++

--- qmls/mccluskey.cpp.orig Wed Dec 11 21:46:22 2002
+++ qmls/mccluskey.cpp Wed Dec 11 21:47:15 2002
@@ -200,7 +200,7 @@
value = primeImplicants[implicants[i]]->ValueAt(0);
diffBits = primeImplicants[implicants[i]]->GetDiffBits(numDiffBits);
- mask = (unum)pow(2,numBits-1);
+ mask = (unum)pow(2.0,(int)numBits-1);
for (int j=(int)numBits-1; j>=0; j--)
{
bool dBit=false;