diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-27 16:45:06 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-27 16:45:06 +0200 |
| commit | cf2896324e60e2dc3890c658378499383100e79c (patch) | |
| tree | ad81c2dd806f561857824c5f1d34b80f8e20f86b /cpp/nissy.cpp | |
| parent | 7c934801f88c640970ad41b5ddd39f4e39609f28 (diff) | |
| download | nissy-core-cf2896324e60e2dc3890c658378499383100e79c.tar.gz nissy-core-cf2896324e60e2dc3890c658378499383100e79c.zip | |
Big progress with web version
Diffstat (limited to '')
| -rw-r--r-- | cpp/nissy.cpp | 2 |
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 | ||
