From 8d92f3c43e65d99990db2638c8902a90dbe04571 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Fri, 10 Dec 2010 12:44:38 +0000 Subject: [PATCH] Minor fix. --- src/exiv2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exiv2.cpp b/src/exiv2.cpp index ae455991..8c935764 100644 --- a/src/exiv2.cpp +++ b/src/exiv2.cpp @@ -206,7 +206,7 @@ void Params::cleanup() void Params::version(std::ostream& os) const { bool b64 = sizeof(void*)==8; - char* sBuild = b64 ? " (64 bit build)" : " (32 bit build)" ; + const char* sBuild = b64 ? " (64 bit build)" : " (32 bit build)" ; os << EXV_PACKAGE_STRING << sBuild << "\n" << _("Copyright (C) 2004-2010 Andreas Huggel.\n") << "\n"