You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
586 B
12 lines
586 B
4 years ago
|
--- gnome-commander-1.10.3/src/tags/gnome-cmd-tags-exiv2.cc.debug 2020-04-15 22:16:27.000000000 +0900
|
||
|
+++ gnome-commander-1.10.3/src/tags/gnome-cmd-tags-exiv2.cc 2021-02-23 22:09:11.236969469 +0900
|
||
|
@@ -74,7 +74,7 @@
|
||
|
case TAG_EXIF_FLASHPIXVERSION:
|
||
|
case TAG_EXIF_INTEROPERABILITYVERSION:
|
||
|
{
|
||
|
- vector<byte> buff(i->value().size()+1);
|
||
|
+ vector<Exiv2::byte> buff(i->value().size()+1);
|
||
|
|
||
|
i->value().copy(&buff[0],invalidByteOrder);
|
||
|
metadata->add(tag,(char *) &buff[0]);
|