Patch #649 » convert-GPSDate.patch
| convert.cpp (working copy) | ||
|---|---|---|
| 590 | 590 | |
| 591 | 591 |
snprintf(buf, sizeof(buf), "%.9f", dsec); |
| 592 | 592 |
buf[sizeof(buf) - 1] = 0; |
| 593 |
buf[1] = '.'; // some locales use ',' |
|
| 593 | 594 |
subsec = buf + 1; |
| 594 | 595 | |
| 595 | 596 |
Exiv2::ExifData::iterator datePos = exifData_->findKey(ExifKey("Exif.GPSInfo.GPSDateStamp"));
|