Bugfix if the device is not found

This commit is contained in:
Micke Prag 2008-09-09 17:16:54 +00:00
parent 177c776024
commit 2be36e0fe1

View file

@ -180,7 +180,7 @@ char *TelldusSettings::getStringSetting(int intDeviceId, const char* name, bool
return strReturn;
}
}
return 0;
return "";
}
bool TelldusSettings::setStringSetting(int intDeviceId, const char* name, const char *value, bool parameter) {