]> git.saurik.com Git - android/aapt.git/commit
AAPT fix printf %zd crash on Windows.
authorRaphael <raphael@google.com>
Fri, 28 Oct 2011 00:01:31 +0000 (17:01 -0700)
committerRaphael <raphael@google.com>
Fri, 28 Oct 2011 00:11:21 +0000 (17:11 -0700)
commitbb02e3288ea08f3e55fc7b5ea824264188a3c136
tree0873960a8c28dfb794a087659ee5ac918eb3363e
parent6f7d9cb9e78a0ae0da9d859d8eba1cf7b9e736ac
AAPT fix printf %zd crash on Windows.

There's no printf %zd on Mingw/Cygwin so the verbose
printf crashes aapt.

SDK bugs: 20395, 20986

Change-Id: I5b8ac36749263205a19f1448b1aaca90d5a2e06d
Resource.cpp
StringPool.cpp