*: update all clients of the `CString::to_s` services
[nit.git] / benchmarks / strings / array_to_s_vars / array_to_s_flatstr.nit
index 60f4196..95f8c39 100644 (file)
@@ -30,7 +30,7 @@ redef class FlatString
                                pos += 1
                        end
                end
-               return nns.to_s_with_length(mlen)
+               return nns.to_s_unsafe(mlen, copy=false)
        end
 end