Package: exiftags / 1.01-8
Metadata
| Package | Version | Patches format |
|---|---|---|
| exiftags | 1.01-8 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 001 makefile.patch | (download) |
Makefile |
15 6 + 9 - 0 ! |
--- |
| 010 492566 exifpgs.c.patch | (download) |
exifgps.c |
10 5 + 5 - 0 ! |
gawk: wrong string length after index and sub Date: Sun, 27 Jul 2008 12:18:03 +0200 Package: exiftags Version: 0.98-1.1+etch1 Severity: normal Tags: patch The number of decimal digits used to display GPS values is computed wrongly. The base-10 logarithm needs to be rounded up to get the correct number. E.g., in an example I had n=297, d=5. Since log10(d)=0.69..., it's rounded to 0, i.e. the fraction is displayed with no decimals (59). Rounding up the logarithm to 1 will correctly display 1 decimal (59.4). |
| 011 declare function arguments.patch | (download) |
canon.c |
2 1 + 1 - 0 ! |
declare function arguments for function pointers Declare arguments as those are used in the source. |
| 050 hyphens to minuses in man.patch | (download) |
exiftime.1 |
8 4 + 4 - 0 ! |
--- |
| 060 Makefile harden.patch | (download) |
Makefile |
8 4 + 4 - 0 ! |
--- |
1
