]> gitweb.factorcode.org Git - factor.git/commitdiff
typo in io.files.info.windows
authorJoe Groff <arcata@gmail.com>
Sun, 8 Nov 2009 04:23:39 +0000 (22:23 -0600)
committerJoe Groff <arcata@gmail.com>
Sun, 8 Nov 2009 04:23:39 +0000 (22:23 -0600)
basis/io/files/info/windows/windows.factor

index 6bd3f77ffa68df512713bb51b07a0513a2186b91..9f0e4534e9290d0812db627a23409a06eb96edaf 100755 (executable)
@@ -177,7 +177,7 @@ M: winnt file-system-info ( path -- file-system-info )
     handle buf buf-length FindNextVolume :> ret
     ret 0 = [
         GetLastError ERROR_NO_MORE_FILES =
-        [ drop f ] [ win32-error-string throw ] if
+        [ f ] [ win32-error-string throw ] if
     ] [
         buf utf16n alien>string
     ] if ;