]> git.saurik.com Git - android/aapt.git/commit
Fix length of pattern.
authorYing Wang <wangying@google.com>
Tue, 22 May 2012 18:24:22 +0000 (11:24 -0700)
committerYing Wang <wangying@google.com>
Tue, 22 May 2012 18:35:22 +0000 (11:35 -0700)
commit33e92afef721cdf2f0b7d4032f666b45da201e28
treece86a23a544067edf933eef778a950a8e2e32cd3
parentf278f138487e78a7508f79e92cb9413914bbf501
Fix length of pattern.

After skipping * with "token++", the length should decrease by 1 as
well.

Change-Id: I132eb7d12bb756f2f713c607e92741ca834aef81
AaptAssets.cpp