View Issue Details

IDProjectCategoryView StatusLast Update
0003684JEDI VCL00 JVCL Componentspublic2006-05-04 00:08
Reporterivan_raAssigned Toivan_ra 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.30 
Summary0003684: JvCustomAppIniStorage raises error wnen reads empty value
DescriptionThe 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
TagsNo tags attached.

Activities

ivan_ra

2006-05-04 00:08

developer   ~0009251

Now in SVN

Issue History

Date Modified Username Field Change
2006-05-04 00:05 ivan_ra New Issue
2006-05-04 00:08 ivan_ra Status new => resolved
2006-05-04 00:08 ivan_ra Resolution open => fixed
2006-05-04 00:08 ivan_ra Assigned To => ivan_ra
2006-05-04 00:08 ivan_ra Note Added: 0009251