OSDN Git Service

Fix a bug in IfdParser
authorEarl Ou <shunhsingou@google.com>
Wed, 1 Aug 2012 08:19:39 +0000 (16:19 +0800)
committerEarl Ou <shunhsingou@google.com>
Wed, 1 Aug 2012 08:19:39 +0000 (16:19 +0800)
commit0d5f1bb5b6b2c1d0c3d26c8cae1b322f29d4508d
treed265ecdc060a8c2df124151094f40cf9a8c4138f
parentc130eed3ac25a20a981d811796076177f1628f92
Fix a bug in IfdParser

Originally if we call next after the last tag without read the value,
we will receive a wrong tag.

Change-Id: Ib154d112a568c593270ee6676d4954a7c26567f2
src/com/android/gallery3d/exif/IfdParser.java