[Insight-developers] itkMetaImageIO.cxx error

Rocky Rhodes rhodes at sgi.com
Mon Sep 27 15:16:28 EDT 2004


I was poking around in the code and noticed what looks like a minor error in
itkMetaImageIO.cxx.

On line 166 or so, I see:

if(!m_MetaImage.Read(m_FileName.c_str()), false)
{
...


I think "false" is intended to be the second argument to the Read method,
not a guaranteed value for the expression.

	Rocky



More information about the Insight-developers mailing list