Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
3b8e4abf
Commit
3b8e4abf
authored
Apr 04, 2008
by
Mathieu Deltorre
Browse files
Dashboard : pb conversion const string vers char* (avec GCC4.2)
reglée en changeant la variable en const chat*
parent
ccf10d93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Code/IO/otbTileMapImageIO.cxx
View file @
3b8e4abf
...
...
@@ -151,7 +151,7 @@ namespace otb
std
::
streamoff
lNbPixels
=
(
static_cast
<
std
::
streamoff
>
(
totSamples
))
*
(
static_cast
<
std
::
streamoff
>
(
totLines
));
//
otbMsgDevMacro( <<" Allocation buff tempon taille : "<<lNbPixels<<"*"<<m_NbOctetPixel<<" (NbOctetPixel) = "<<lTailleBuffer);
//
otbMsgDevMacro( <<" Allocation buff tempon taille : "<<lNbPixels<<"*"<<m_NbOctetPixel<<" (NbOctetPixel) = "<<lTailleBuffer);
otbMsgDevMacro
(
<<
" sizeof(streamsize) : "
<<
sizeof
(
std
::
streamsize
));
otbMsgDevMacro
(
<<
" sizeof(streampos) : "
<<
sizeof
(
std
::
streampos
));
otbMsgDevMacro
(
<<
" sizeof(streamoff) : "
<<
sizeof
(
std
::
streamoff
));
...
...
@@ -725,7 +725,7 @@ namespace otb
void
TileMapImageIO
::
FillCacheFaults
(
void
*
buffer
)
{
char
*
logo
=
const
char
*
logo
=
"
\344\343\337\344\343\337\344\343\337\344\343\337\344\343\337\344\343\337
"
"
\344\343\337\344\343\337\344\343\337\344\343\337\344\343\337\344\343\337
"
"
\344\343\337\344\343\337\344\343\337\344\343\337\344\343\337\344\343\337
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment