bug#44182: Bug in nftw function
Fixed in f499754bc8291a044c5034b634ac02a01bde9b49. Thanks!
bug#44182: Bug in nftw function
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]