]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/io/files/trash/windows/windows.factor
io.files.info.windows: Fix file-systems word in two ways. First, don't
[factor.git] / extra / io / files / trash / windows / windows.factor
index 1e198d3c9ab020d892766ee3878195b67f9b0bfd..788eb3a84d22698d56984116da80995532b0a50e 100644 (file)
@@ -52,7 +52,7 @@ PRIVATE>
 
 M: windows send-to-trash ( path -- )
     [
-        utf16n string>alien B{ 0 0 } append
+        native-string>alien B{ 0 0 } append
         malloc-byte-array &free
 
         SHFILEOPSTRUCTW <struct>