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.
Updated by Marco Eichelberg almost 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed by commit 8bea423ddae8ab31275dbdeb98f6dd9d17cbd2cb.
Actions