]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix compile error
authorU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Sun, 9 Nov 2008 23:27:39 +0000 (17:27 -0600)
committerU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Sun, 9 Nov 2008 23:27:39 +0000 (17:27 -0600)
basis/io/windows/files/files.factor [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 3fb8029..3952299
@@ -276,7 +276,7 @@ M: winnt file-system-info ( path -- file-system-info )
         swap >>type
         swap >>mount-point ;
 
-: find-first-volume ( word -- string handle )
+: find-first-volume ( -- string handle )
     MAX_PATH 1+ <byte-array> dup length
     dupd
     FindFirstVolume dup win32-error=0/f