[gimp] metadata: small fix
- From: N/A <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] metadata: small fix
- Date: Fri, 30 Dec 2016 19:51:15 +0000 (UTC)
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]