]> gitweb.factorcode.org Git - factor.git/commitdiff
use system-micros
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 19 Nov 2009 00:26:27 +0000 (18:26 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 19 Nov 2009 00:26:27 +0000 (18:26 -0600)
basis/io/pipes/windows/nt/nt.factor

index cec03cf6d33364a19be7978d2f25f8efc61038bb..1e51b0cc2b26355010b1a82c7904a6dbbbd2d95a 100644 (file)
@@ -35,7 +35,7 @@ IN: io.pipes.windows.nt
         "-" %
         32 random-bits #
         "-" %
-        micros #
+        system-micros #
     ] "" make ;
 
 M: winnt (pipe) ( -- pipe )