View Issue Details

IDProjectCategoryView StatusLast Update
0003157JEDI VCL00 JVCL Componentspublic2005-08-23 13:29
ReporterthequeAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0003157: JVSimeplXML error in SetIndentString
DescriptionError in loop: line 3167
procedure TJvSimpleXML.SetIndentString(const Value: string);
var
  I: Integer;
begin
  // test if the new value is only made of spaces or tabs

-->>>> for I := 0 to Length(Value) do
Should be: for I := 1 to Length(Value) do
.............
TagsNo tags attached.

Activities

obones

2005-08-23 13:29

administrator   ~0007839

Thanks, this is now fixed in CVS.

Issue History

Date Modified Username Field Change
2005-08-23 12:22 theque New Issue
2005-08-23 13:29 obones Status new => resolved
2005-08-23 13:29 obones Resolution open => fixed
2005-08-23 13:29 obones Assigned To => obones
2005-08-23 13:29 obones Note Added: 0007839