From 1f85d54e0ae5ddc47cdce091a8e810c083948080 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Sun, 25 Jul 2010 18:33:09 +0000 Subject: [PATCH] Upps. Fixed compile error. [r27808] --- optimal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/optimal.c b/optimal.c index e5319ce31..dac0ea240 100644 --- a/optimal.c +++ b/optimal.c @@ -444,6 +444,7 @@ static void merge_target_into_source(pbqp *pbqp, pbqp_edge *edge) if (onlyOneZero) { DEL_ARR_F(mapping); return; + } onlyOneZero = 1; mapping[src_index] = tgt_index; -- 2.20.1