From 2333537f111e8ba170888f502f08510a175bd53f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 1 May 2020 19:35:50 +0200 Subject: [PATCH] fixed primes in connection_debugger --- arbitrile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbitrile.cpp b/arbitrile.cpp index 29521ff3..e04dd74c 100644 --- a/arbitrile.cpp +++ b/arbitrile.cpp @@ -377,7 +377,7 @@ void connection_debugger() { int N = isize(sh.edges); for(int k=0; k " + its(get<0>(con)) + primes(get<1>(con)) + (get<2>(con) ? " (m) " : ""); + string cap = its(k) + primes(last.second) + " -> " + its(get<1>(con)) + primes(get<0>(con)) + (get<2>(con) ? " (m) " : ""); dialog::addSelItem(cap, "go", '0' + k); dialog::add_action([k, last, &sh, con] {