[gimp] metadata: small fix



commit ce9e7feabde9b31d5847f6e533feeb0cac23f325
Author: Ell <ell_se yahoo com>
Date:   Fri Dec 30 14:49:59 2016 -0500

    metadata: small fix

 plug-ins/common/metadata.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/metadata.c b/plug-ins/common/metadata.c
index 41500f9..06c95d0 100644
--- a/plug-ins/common/metadata.c
+++ b/plug-ins/common/metadata.c
@@ -397,7 +397,7 @@ metadata_dialog_format_tag_value (GExiv2Metadata *metadata,
 
       size = g_utf8_strlen (value_utf8, -1);
 
-      if (! truncate || size < TAG_VALUE_MAX_SIZE)
+      if (! truncate || size <= TAG_VALUE_MAX_SIZE)
         {
           result = value_utf8;
         }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]