View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003684 | JEDI VCL | 00 JVCL Components | public | 2006-05-04 00:05 | 2006-05-04 00:08 |
Reporter | ivan_ra | Assigned To | ivan_ra | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.30 | |||
Summary | 0003684: JvCustomAppIniStorage raises error wnen reads empty value | ||||
Description | The cause of problem is this code: function TJvCustomAppIniStorage.RestoreLeadingTrailingBlanks(const Value: string): string; begin if (Value[1] = '"') and (Value[Length(Value)] = '"') then Result := Copy(Value, 2, Length(Value) - 2) else Result := Value; end; It must simple check "Value" for empty string | ||||
Tags | No tags attached. | ||||