Fix GetImgFingerprint for small files.
commit55e00b641ba4fcb347f9b8821531682843c59f27
authorcsharp <csharp@chromium.org>
Mon, 17 Nov 2014 17:05:23 +0000 (17 09:05 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 17 Nov 2014 17:05:41 +0000 (17 17:05 +0000)
treeae0af0c73fef42e7125532ac38168f5a01739cb4
parent9210bbece5a03fb5de1c5ce154338f320aa83f0a
Fix GetImgFingerprint for small files.

%06x was incorrectly adding leading zeros for small files, the value
should just be %x.

BUG=

Review URL: https://codereview.chromium.org/726313006

Cr-Commit-Position: refs/heads/master@{#304430}
tools/symsrc/img_fingerprint.py