aboutsummaryrefslogtreecommitdiff
path: root/cpp/nissy.cpp
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-27 16:45:06 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-27 16:45:06 +0200
commitcf2896324e60e2dc3890c658378499383100e79c (patch)
treead81c2dd806f561857824c5f1d34b80f8e20f86b /cpp/nissy.cpp
parent7c934801f88c640970ad41b5ddd39f4e39609f28 (diff)
downloadnissy-core-cf2896324e60e2dc3890c658378499383100e79c.tar.gz
nissy-core-cf2896324e60e2dc3890c658378499383100e79c.zip
Big progress with web version
Diffstat (limited to 'cpp/nissy.cpp')
-rw-r--r--cpp/nissy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/nissy.cpp b/cpp/nissy.cpp
index 36fb5f2..2c290a6 100644
--- a/cpp/nissy.cpp
+++ b/cpp/nissy.cpp
@@ -183,7 +183,7 @@ namespace nissy {
183 result.solutions.data(), stats, 183 result.solutions.data(), stats,
184 poll_status, poll_status_data); 184 poll_status, poll_status_data);
185 185
186 int size = result.solutions.find_first_of('\0') + 1; 186 int size = result.solutions.find_first_of('\0');
187 result.solutions.resize(size); 187 result.solutions.resize(size);
188 result.err = error{err}; 188 result.err = error{err};
189 189

Generated with cgit - Back to sebastiano.tronto.net