summaryrefslogtreecommitdiff
path: root/exempi/exempi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'exempi/exempi.cpp')
-rw-r--r--exempi/exempi.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/exempi/exempi.cpp b/exempi/exempi.cpp
index 0784a55..91e362d 100644
--- a/exempi/exempi.cpp
+++ b/exempi/exempi.cpp
@@ -196,10 +196,8 @@ bool xmp_init()
RESET_ERROR;
try {
// no need to initialize anything else.
- // XMP SDK 5.1.2 needs this because it has been lobotomized of local
- // text
- // conversion
- // the one that was done in Exempi with libiconv.
+ // XMP SDK 5.1.2 needs this because it has been stripped off local
+ // text conversion the one that was done in Exempi with libiconv.
bool result = SXMPFiles::Initialize(kXMPFiles_IgnoreLocalText);
SXMPMeta::SetDefaultErrorCallback(&_xmp_error_callback, nullptr, 1);
return result;