bug#44182: Bug in nftw function

2021-05-21 Thread lloda
Fixed in f499754bc8291a044c5034b634ac02a01bde9b49. Thanks!

bug#44182: Bug in nftw function

2020-10-23 Thread Matija Obid
Hello, If I run nftw/ftw function over root directory ("/") it doesn't find any file. Example: (nftw "/" (lambda* (file #:rest args) (write file) #t)) Explanation from irc: > [20:11] bug in nftw, or more precisely in one of the >functions it calls > [20:12]