]> gitweb.factorcode.org Git - factor.git/blobdiff - core/memory/memory.factor
Fix image save on Windows
[factor.git] / core / memory / memory.factor
index 0fba4dee774f39ec066b85868637a68edcc992be..a1e977f553901d7c58e13010cbe275597f90e693 100644 (file)
@@ -8,7 +8,7 @@ IN: memory
     [ all-instances ] dip filter ; inline
 
 : saving-path ( path -- saving-path path )
-    [ ".saving" append-path ] keep
+    [ ".saving" append ] keep
     [ native-string>alien ] bi@ ;
 
 : save-image ( path -- )