diff options
| author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-09 12:17:46 +0100 |
|---|---|---|
| committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-09 12:17:46 +0100 |
| commit | 1f46b4528d2eff9748836cffe919a82860322e12 (patch) | |
| tree | 24d799dbbdf367e0018c696a44b7d12ab5027c2d /config.c | |
| parent | 1f5c994a972ed78fa533539dfe1a99af16beb1a3 (diff) | |
| download | skin-flatplus-1f46b4528d2eff9748836cffe919a82860322e12.tar.gz skin-flatplus-1f46b4528d2eff9748836cffe919a82860322e12.tar.bz2 | |
update chart icons
Diffstat (limited to 'config.c')
| -rw-r--r-- | config.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -416,7 +416,7 @@ void cFlatConfig::Init(void) { DecorCheckAndInit(); } -bool stringCompare( const std::string &left, const std::string &right ){ +bool stringCompare( const std::string &left, const std::string &right ) { for( std::string::const_iterator lit = left.begin(), rit = right.begin(); lit != left.end() && rit != right.end(); ++lit, ++rit ) if( tolower( *lit ) < tolower( *rit ) ) return true; |
