mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
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;
|
string trimmedstr;
|
||||||
|
|
||||||
trimmedstr = trim (str);
|
trimmedstr = trim (str);
|
||||||
|
if (trimmedstr == "") {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
/* Check if the string has " */
|
/* Check if the string has " */
|
||||||
pos = trimmedstr.find ("\"");
|
pos = trimmedstr.find ("\"");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user