Subversion Repositories userdetect2

Compare Revisions

Regard whitespace Rev 89 → Rev 90

/trunk/UserDetect2/UD2_Parsing.pas
178,6 → 178,7
nameVal := SplitString('=', idTermAndCmd); // TODO: problem... "=" could be inside dynamicData...
if Length(nameVal) < 2 then exit;
idTerm := nameVal[0];
if Pos(':', idTerm) = 0 then Exit; // e.g. the INI entry "Description"
cmd := nameVal[1];
 
// Decode conditions