]> gitweb.factorcode.org Git - factor.git/blobdiff - core/memory/memory.factor
factor: system:image -> image-path, like vm-path. image is all over the place png...
[factor.git] / core / memory / memory.factor
index aa7e33a81c734340133cdd8fa84c33beb255ae61..8b1f1a2c63ddb51e9252d37796db9e5eb11a8598 100644 (file)
@@ -27,4 +27,4 @@ PRIVATE>
 : save-image-and-exit ( path -- )
     normalize-path saving-path t (save-image) ;
 
-: save ( -- ) image save-image ;
+: save ( -- ) image-path save-image ;