*: update all clients of the `CString::to_s` services
[nit.git] / benchmarks / strings / array_to_s_vars / array_to_s_manual.nit
index ba1e084..0a79d35 100644 (file)
@@ -52,6 +52,6 @@ redef class Array[E]
                        end
                        i += 1
                end
-               return ns.to_s_with_length(sl)
+               return ns.to_s_unsafe(sl, copy=false)
        end
 end