diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-09-18 15:27:28 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-09-18 15:27:28 (GMT) |
commit | c9c741c88da3cc5e74f0399c3c5c1f0e70163a7a (patch) | |
tree | a789e53012d021e6bc0fcc4d88d9274a0b37c296 /util | |
parent | 9cf312fc9dc37a83ebfcf903252d29198afece19 (diff) | |
download | fluxbox_pavel-c9c741c88da3cc5e74f0399c3c5c1f0e70163a7a.zip fluxbox_pavel-c9c741c88da3cc5e74f0399c3c5c1f0e70163a7a.tar.bz2 |
cosmetic
Diffstat (limited to 'util')
-rw-r--r-- | util/fluxbox-update_configs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fluxbox-update_configs.cc b/util/fluxbox-update_configs.cc index 39539f8..292fe92 100644 --- a/util/fluxbox-update_configs.cc +++ b/util/fluxbox-update_configs.cc | |||
@@ -563,7 +563,7 @@ int run_updates(int old_version, FbTk::ResourceManager &rm) { | |||
563 | string appsfilename = FbTk::StringUtil::expandFilename(*rc_appsfile); | 563 | string appsfilename = FbTk::StringUtil::expandFilename(*rc_appsfile); |
564 | string keyfilename = FbTk::StringUtil::expandFilename(*rc_keyfile); | 564 | string keyfilename = FbTk::StringUtil::expandFilename(*rc_keyfile); |
565 | 565 | ||
566 | int i; | 566 | size_t i; |
567 | for (i = 0; i < sizeof(UPDATES) / sizeof(Update); ++i) { | 567 | for (i = 0; i < sizeof(UPDATES) / sizeof(Update); ++i) { |
568 | if (old_version < UPDATES[i].version) { | 568 | if (old_version < UPDATES[i].version) { |
569 | UPDATES[i].update(rm, keyfilename, appsfilename); | 569 | UPDATES[i].update(rm, keyfilename, appsfilename); |