Project

General

Profile

Patch #649 » convert-GPSDate.patch

Vladimir Nadvornik, 10 Oct 2009 02:24

View differences:

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"));
(3-3/4)