Project

General

Profile

Bug #552 » firsttry.patch

Redmine Admin, 07 Jun 2008 02:33

View differences:

src/convert.cpp (working copy)
1079 1079
                continue;
1080 1080
            }
1081 1081
            // Todo: Escape non-ASCII characters in XMP text values
1082
            Iptcdatum id(IptcKey(to), 0);
1082
            IptcKey key(to);
1083
            Iptcdatum id(key);
1083 1084
            id.setValue(value);
1084 1085
            iptcData_->add(id);
1085 1086
        }
(2-2/2)