From 8d43f4e9119f794b3cf204ac634dcf3e0a390bba Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 18 Nov 2009 20:04:37 -0600 Subject: [PATCH] better pipe name on windows --- basis/io/pipes/windows/nt/nt.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/pipes/windows/nt/nt.factor b/basis/io/pipes/windows/nt/nt.factor index 1e51b0cc2b..7fce8b4de2 100644 --- a/basis/io/pipes/windows/nt/nt.factor +++ b/basis/io/pipes/windows/nt/nt.factor @@ -35,7 +35,7 @@ IN: io.pipes.windows.nt "-" % 32 random-bits # "-" % - system-micros # + nano-count # ] "" make ; M: winnt (pipe) ( -- pipe )