]> git.pld-linux.org Git - packages/libextractor.git/blame - libextractor-exiv2.patch
- updated to 1.13
[packages/libextractor.git] / libextractor-exiv2.patch
CommitLineData
274177cc
JB
1--- libextractor-1.13/src/plugins/test_exiv2.c.orig 2021-04-08 13:30:42.000000000 +0200
2+++ libextractor-1.13/src/plugins/test_exiv2.c 2024-01-13 15:43:17.804290064 +0100
3@@ -49,8 +49,8 @@ main (int argc, char *argv[])
4 EXTRACTOR_METATYPE_GPS_LATITUDE,
5 EXTRACTOR_METAFORMAT_UTF8,
6 "text/plain",
7- "28deg 8' (18|17.585)\" ?",
8- strlen ("28deg 8' (18|17.585)\" ?") + 1,
9+ "28 ?deg 8' (18|17.58|17.585)\" ?",
10+ strlen ("28 ?deg 8' (18|17.58|17.585)\" ?") + 1,
11 0,
12 .regex = 1
13 },
14@@ -66,8 +66,8 @@ main (int argc, char *argv[])
15 EXTRACTOR_METATYPE_GPS_LONGITUDE,
16 EXTRACTOR_METAFORMAT_UTF8,
17 "text/plain",
18- "14deg 14' (22|21.713)\" ?",
19- strlen ("14deg 14' (22|21.713)\" ?"),
20+ "14 ?deg 14' (22|21.71|21.713)\" ?",
21+ strlen ("14 ?deg 14' (22|21.71|21.713)\" ?"),
22 0,
23 .regex = 1
24 },
This page took 0.107205 seconds and 4 git commands to generate.