From: Lutz <lu...@us...> - 2003-08-13 22:11:23
|
On Wed, 2003-08-13 at 22:13, Roberto Costa wrote: > The quickest patch I can think of is to comment lines 539 and 540 of > exif/main.c (the one released with exif 0.6). > I only wonder why they have been put there... is there any kind of valu= e > set through "--set-value" that needs to be similarly truncated? I guess it has been done to separate values like "1 2 3 4" for entries that have 4 components (like coordinates). If this is the case, we need proper escaping. For example "1|2|3|4" would result in "1", "2", "3", "4" "(\|\\)" would result in "(|\)" If I am right, could you supply a patch? Regards --=20 Lutz M=FCller <lu...@us...> |