mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 21:51:55 -07:00
fix warn
This commit is contained in:
@@ -782,8 +782,6 @@ void CConfigManager::handleSubmap(const std::string& command, const std::string&
|
|||||||
}
|
}
|
||||||
|
|
||||||
void CConfigManager::handleSource(const std::string& command, const std::string& rawpath) {
|
void CConfigManager::handleSource(const std::string& command, const std::string& rawpath) {
|
||||||
static const char* const ENVHOME = getenv("HOME");
|
|
||||||
|
|
||||||
if (rawpath.length() < 2) {
|
if (rawpath.length() < 2) {
|
||||||
Debug::log(ERR, "source= path garbage");
|
Debug::log(ERR, "source= path garbage");
|
||||||
parseError = "source path " + rawpath + " bogus!";
|
parseError = "source path " + rawpath + " bogus!";
|
||||||
|
Reference in New Issue
Block a user