From 8605a695506bb7f5c47405c641b6a95fd900c259 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Tue, 11 Jul 2006 08:42:12 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20d'une=20erreur=20(non=20significat?= =?UTF-8?q?ive)=20sur=20l'appel=20=C3=A0=20otbMsgDevMacro.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Code/IO/otbMSTARImageIO.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/IO/otbMSTARImageIO.cxx b/Code/IO/otbMSTARImageIO.cxx index 3f50e0d35b..e7514e47d3 100755 --- a/Code/IO/otbMSTARImageIO.cxx +++ b/Code/IO/otbMSTARImageIO.cxx @@ -318,7 +318,7 @@ void MSTARImageIO::Read(void* buffer) } else { mstartype = FSCENE_IMAGE; /* UnShort Fullscene */ - otbMsgDevMacro(<< << " Scene type " ); + otbMsgDevMacro( << " Scene type " ); } -- GitLab