Actions
Bug #670
closedBug in DcmItem::compare()
Start date:
2015-11-03
Due date:
% Done:
100%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
In dcmitem.cc, line 179, instead of
if (val != 0)
the following code would be correct:
if (result != 0)
As a result, the comparison between two DcmItem instances may produce an incorrect result.
Bug reported by Robert Habrich.
Actions