From cf2896324e60e2dc3890c658378499383100e79c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 27 May 2025 16:45:06 +0200 Subject: Big progress with web version --- cpp/nissy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') 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 { result.solutions.data(), stats, poll_status, poll_status_data); - int size = result.solutions.find_first_of('\0') + 1; + int size = result.solutions.find_first_of('\0'); result.solutions.resize(size); result.err = error{err}; -- cgit v1.3