update all indirect references to native strings
[nit.git] / lib / mongodb / mongodb.nit
index e7416f8..06b469e 100644 (file)
@@ -91,7 +91,7 @@ private class BSON
        end
 
        redef fun to_s do
-               var ns = native.to_native_string
+               var ns = native.to_c_string
                var res = ns.to_s_with_copy
                ns.free # manual free of gc allocated CString
                return res