Index: lib/ffi/utf.dart |
diff --git a/lib/ffi/utf.dart b/lib/ffi/utf.dart |
index ad6f511a5b3e4c5a394f2b47c7d86822c58ea7f6..70d456c9c9abf5fd14586ebd6aaa1bdc8bdf931c 100644 |
--- a/lib/ffi/utf.dart |
+++ b/lib/ffi/utf.dart |
@@ -6,7 +6,7 @@ |
// here to remove the dependency on dart:convert which will not be |
// part of the library set for embedded due to its dependency on |
// dart:async. |
-part of dart.fletch.ffi; |
+part of dart.dartino.ffi; |
/** |
* Converts [string] to its UTF-8 code units (a list of |