projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6695ca
)
Bug fix
author
bdemsky
<bdemsky@uci.edu>
Sun, 3 Sep 2017 03:38:09 +0000
(20:38 -0700)
committer
bdemsky
<bdemsky@uci.edu>
Sun, 3 Sep 2017 03:38:09 +0000
(20:38 -0700)
src/csolver.cc
patch
|
blob
|
history
diff --git
a/src/csolver.cc
b/src/csolver.cc
index 9112e54dc29c265c20fe4efe00369ac0532101df..3e240a4df2741050576d1cf00cc3a6f639f5bb54 100644
(file)
--- a/
src/csolver.cc
+++ b/
src/csolver.cc
@@
-292,7
+292,7
@@
BooleanEdge CSolver::applyLogicalOperation(LogicOp op, BooleanEdge *array, uint
} else if (newindex == 1) {
return newarray[0];
} else {
- qsort(newarray,
asize
, sizeof(BooleanEdge), ptrcompares);
+ qsort(newarray,
newindex
, sizeof(BooleanEdge), ptrcompares);
array = newarray;
asize = newindex;
}