View Issue Details

IDProjectCategoryView StatusLast Update
0003855JEDI VCL00 JVCL Componentspublic2006-08-14 15:17
ReporterKiriakosAssigned Tojfudickar 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0003855: JvAppIniStorage 3684 reoppened
DescriptionThe 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.
TagsNo tags attached.

Activities

jfudickar

2006-08-14 15:17

developer   ~0009973

Changed in SVN

Issue History

Date Modified Username Field Change
2006-08-14 02:50 Kiriakos New Issue
2006-08-14 15:17 jfudickar Status new => resolved
2006-08-14 15:17 jfudickar Resolution open => fixed
2006-08-14 15:17 jfudickar Assigned To => jfudickar
2006-08-14 15:17 jfudickar Note Added: 0009973