mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make gg work on Windows; prebuild glad and cJSON; new ft module
This commit is contained in:
@@ -615,7 +615,7 @@ pub fn ls(path string) []string {
|
||||
}
|
||||
$else {
|
||||
mut res := []string
|
||||
dir := C.opendir(path.str)
|
||||
dir := C.opendir(path.cstr())
|
||||
if isnil(dir) {
|
||||
println('ls() couldnt open dir "$path"')
|
||||
print_c_errno()
|
||||
|
Reference in New Issue
Block a user