all repos — fluxbox @ 2f9cce36870e8abb3684afc70d7ce66d25245885

custom fork of the fluxbox windowmanager

compilefix
Mathias Gumz akira at fluxbox dot org
commit

2f9cce36870e8abb3684afc70d7ce66d25245885

parent

c4d8e9c8e14e1632708ef2d3c8d093099c5e3895

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M util/fluxbox-update_configs.ccutil/fluxbox-update_configs.cc

@@ -473,7 +473,7 @@ map<string,string>::iterator it = file_cache.find(filename);

if (it != file_cache.end()) return it->second; - stat s; + struct stat s; stat(filename.c_str(), &s); if (! (s.st_mode & S_IFREG))