Subject: | command-line exiftool incorrectly ignores newlines in values |
Values for many EXIF tags may contain newlines, but the "exiftool" command-line tool incorrectly parses them with /.*/ instead of /.*/s.
In particular, line 332 needs /s added to it.
Thanks.