View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003855 | JEDI VCL | 00 JVCL Components | public | 2006-08-14 02:50 | 2006-08-14 15:17 |
Reporter | Kiriakos | Assigned To | jfudickar | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0003855: JvAppIniStorage 3684 reoppened | ||||
Description | The bug fix for TJvCustomAppIniStorage.RestoreLeadingTrailingBlanks was not perfect. The if statement in the first line of the function should be: if (Length(Value)>2) and (Value[1] = '"') and (Value[Length(Value)] = '"') then since a quoted line would never be of length less than 3 (look at SaveLeadingTrailingBlanks). The current conditional statement would produce the wrong results if the original string was a double quote only. | ||||
Tags | No tags attached. | ||||