Ticket #3051: patch

File patch, 549 bytes (added by elexis, 9 years ago)
  • ps/trunk/source/ps/ConfigDB.cpp

     
    349349                LOGMESSAGE("Loaded config string \"%s\" = %s", key, vals);
    350350            }
    351351        }
    352         else if (!name.empty())
     352        else if (!name.empty() && name.substr(0, 7) != "hotkey.")
    353353            LOGERROR("Encountered config setting '%s' without value while parsing '%s' on line %d", name, m_ConfigFile[ns].string8(), line);
    354354
    355355        name.clear();