View Issue Details

IDProjectCategoryView StatusLast Update
0003965JEDI VCL00 JVCL Componentspublic2006-10-25 17:50
ReporterKiriakosAssigned Tojfudickar 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0003965: JvProgramVersionCheck - Incorrect version comparison
DescriptionWhen for example you compare 1.5.1 to 1.5.1.1 the versions appear equal.

Fix:

Change the last statement of CompareVersionNumbers from

  until (AVersion1 = '') or (AVersion2 = '');

to

  until (AVersion1 = '') and (AVersion2 = '');

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2006-10-21 04:26 Kiriakos New Issue
2006-10-22 13:03 jfudickar Status new => assigned
2006-10-22 13:03 jfudickar Assigned To => jfudickar
2006-10-25 17:50 jfudickar Status assigned => resolved
2006-10-25 17:50 jfudickar Resolution open => fixed