From: malaterre Date: Fri, 15 Apr 2005 21:49:52 +0000 (+0000) Subject: ENH: Patching IsDirectory and the ios::Failure pb X-Git-Tag: Version1.2.bp~780 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=353c54a9fccbfa1796bd793c4313fa94755d4a3b;p=gdcm.git ENH: Patching IsDirectory and the ios::Failure pb --- diff --git a/ChangeLog b/ChangeLog index a77a28ee..a1ba55d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-15 Mathieu Malaterre + * Fix gdcmDirList::IsDirectory. Apparently borland did not like the ending + '/' + * Also fix compilation on gcc 3.3.5 does not have ios::failure either ... + 2005-04-11 Mathieu Malaterre * vtk/vtkGdcmWriter fix bug when writing spacing. The Y spacing comes first then the X spacing.