Bug 728633 - Improvements to the file-raw plugin

Merge branch bug-728633 to introduce the file-data-raw changes.
This commit is contained in:
Michael Schumacher 2016-12-30 21:41:38 +01:00
commit 1ed5def8e7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}