*: update all clients of the `CString::to_s` services
[nit.git] / src / rapid_type_analysis.nit
index 99cf96c..0c08063 100644 (file)
@@ -589,7 +589,7 @@ redef class AStringFormExpr
        do
                var native = v.analysis.mainmodule.c_string_type
                v.add_type(native)
-               var prop = v.get_method(native, "to_s_full")
+               var prop = v.get_method(native, "to_s_unsafe")
                v.add_monomorphic_send(native, prop)
                v.add_callsite(to_re)
                v.add_callsite(ignore_case)