harvester/common/src/harvesterexifutil.cpp
branchRCL_3
changeset 19 82c0024438c8
parent 14 646a02f170b9
child 36 aa5a574040a4
--- a/harvester/common/src/harvesterexifutil.cpp	Wed Mar 31 22:19:07 2010 +0300
+++ b/harvester/common/src/harvesterexifutil.cpp	Wed Apr 14 16:24:03 2010 +0300
@@ -1817,7 +1817,7 @@
     
         const CExifTag* refTag = aReader->GetTagL(
                 EIfdGps, KIdGpsAltitudeRef );
-        TBuf8<1> altitudeRef = refTag->Data();
+        TBuf8<2> altitudeRef = refTag->Data();
         const CExifTag* altitudeTag = aReader->GetTagL(
                 EIfdGps, KIdGpsAltitude );
         TBuf8<KAltitudeBufferSize> altitudeBuf = altitudeTag->Data();