]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/backend/windows/nt/nt.factor
Language change: tuple slot setter words with stack effect ( value object -- ) are...
[factor.git] / basis / io / backend / windows / nt / nt.factor
index 5cbe7b3ad94155f0630331b5ad9cb725d55d8076..bd59afc26d45387268b8ee70384a7d832bf4531d 100644 (file)
@@ -90,7 +90,7 @@ ERROR: invalid-file-size n ;
 ERROR: seek-before-start n ;
 
 : set-seek-ptr ( n handle -- )
-    [ dup 0 < [ seek-before-start ] when ] dip (>>ptr) ;
+    [ dup 0 < [ seek-before-start ] when ] dip ptr<< ;
 
 M: winnt tell-handle ( handle -- n ) ptr>> ;