Minor change

v0.27.3
Andreas Huggel 22 years ago
parent 5b9541bc93
commit ccd29216bc

@ -20,14 +20,14 @@
*/ */
/* /*
File: types.cpp File: types.cpp
Version: $Name: $ $Revision: 1.2 $ Version: $Name: $ $Revision: 1.3 $
Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net> Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
History: 26-Jan-04, ahu: created History: 26-Jan-04, ahu: created
11-Feb-04, ahu: isolated as a component 11-Feb-04, ahu: isolated as a component
*/ */
// ***************************************************************************** // *****************************************************************************
#include "rcsid.hpp" #include "rcsid.hpp"
EXIV2_RCSID("@(#) $Name: $ $Revision: 1.2 $ $RCSfile: types.cpp,v $") EXIV2_RCSID("@(#) $Name: $ $Revision: 1.3 $ $RCSfile: types.cpp,v $")
// ***************************************************************************** // *****************************************************************************
// included header files // included header files
@ -211,7 +211,7 @@ namespace Exif {
void hexdump(std::ostream& os, const char* buf, long len) void hexdump(std::ostream& os, const char* buf, long len)
{ {
const std::string::size_type pos = 9 + 16 * 3; const std::string::size_type pos = 8 + 16 * 3 + 2;
const std::string align(pos, ' '); const std::string align(pos, ' ');
long i = 0; long i = 0;

Loading…
Cancel
Save