diff --git a/sdk/io/native/FileWin32.ooc b/sdk/io/native/FileWin32.ooc index 855e3542..fc26e6cb 100644 --- a/sdk/io/native/FileWin32.ooc +++ b/sdk/io/native/FileWin32.ooc @@ -211,7 +211,7 @@ version(windows) { b append('\\') b append(ffd fileName, l) s := String new(b) - candidate : T = (T == String) ? s : File new(this, s) + candidate : T = (T == String) ? s : File new(s) result add(candidate) } running = FindNextFile(hFile, ffd&)