From 9bc04969d280efdcc714ad09e71b62a657cb4277 Mon Sep 17 00:00:00 2001 From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org> Date: Fri, 24 Oct 2008 10:43:00 +0200 Subject: [PATCH] STYLE: French debug message --- Code/IO/otbGDALImageIO.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/IO/otbGDALImageIO.cxx b/Code/IO/otbGDALImageIO.cxx index d786e3b568..229efe9d8e 100644 --- a/Code/IO/otbGDALImageIO.cxx +++ b/Code/IO/otbGDALImageIO.cxx @@ -200,7 +200,7 @@ namespace otb std::streamoff lNbPixels = (static_cast<std::streamoff>(lNbColumns))*(static_cast<std::streamoff>(lNbLines)); std::streamoff lTailleBuffer = static_cast<std::streamoff>(m_NbOctetPixel)*lNbPixels; - otbMsgDevMacro( <<" Allocation buff tempon taille : "<<lNbPixels<<"*"<<m_NbOctetPixel<<" (NbOctetPixel) = "<<lTailleBuffer); + otbMsgDevMacro( <<" Allocation buff size : "<<lNbPixels<<"*"<<m_NbOctetPixel<<" (NbOctetPixel) = "<<lTailleBuffer); otbMsgDevMacro( <<" sizeof(streamsize) : "<<sizeof(std::streamsize)); otbMsgDevMacro( <<" sizeof(streampos) : "<<sizeof(std::streampos)); otbMsgDevMacro( <<" sizeof(streamoff) : "<<sizeof(std::streamoff)); -- GitLab