summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2009-03-04 19:24:59 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2009-03-04 19:24:59 (GMT)
commit2f9cce36870e8abb3684afc70d7ce66d25245885 (patch)
treee2688908fc194b8b622025590fe7a7eed8877a57
parentc4d8e9c8e14e1632708ef2d3c8d093099c5e3895 (diff)
downloadfluxbox_lack-2f9cce36870e8abb3684afc70d7ce66d25245885.zip
fluxbox_lack-2f9cce36870e8abb3684afc70d7ce66d25245885.tar.bz2
compilefix
-rw-r--r--util/fluxbox-update_configs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fluxbox-update_configs.cc b/util/fluxbox-update_configs.cc
index 90a40d0..96382da 100644
--- a/util/fluxbox-update_configs.cc
+++ b/util/fluxbox-update_configs.cc
@@ -473,7 +473,7 @@ string read_file(const string& filename) {
473 if (it != file_cache.end()) 473 if (it != file_cache.end())
474 return it->second; 474 return it->second;
475 475
476 stat s; 476 struct stat s;
477 stat(filename.c_str(), &s); 477 stat(filename.c_str(), &s);
478 478
479 if (! (s.st_mode & S_IFREG)) 479 if (! (s.st_mode & S_IFREG))