Merge branch 'ent-13099-agente-windows-no-se-inicia-tras-update-server' into 'develop'
Skip empty lines. See merge request artica/pandorafms!7056
This commit is contained in:
commit
a61b1a57b2
|
@ -53,6 +53,9 @@ Key_Value::parseLine (string str) {
|
|||
string trimmedstr;
|
||||
|
||||
trimmedstr = trim (str);
|
||||
if (trimmedstr == "") {
|
||||
return;
|
||||
}
|
||||
|
||||
/* Check if the string has " */
|
||||
pos = trimmedstr.find ("\"");
|
||||
|
|
Loading…
Reference in New Issue