X-Git-Url: http://nitlanguage.org diff --git a/lib/mongodb/mongodb.nit b/lib/mongodb/mongodb.nit index e7416f8..06b469e 100644 --- a/lib/mongodb/mongodb.nit +++ b/lib/mongodb/mongodb.nit @@ -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