]> git.saurik.com Git - android/aapt.git/commit - Command.cpp
Fix %p vs %s typo in aapt message
authorKenny Root <kenny@the-b.org>
Wed, 2 Sep 2009 00:03:11 +0000 (19:03 -0500)
committerKenny Root <kenny@the-b.org>
Wed, 2 Sep 2009 00:07:48 +0000 (19:07 -0500)
commit7a97f12fcde2dd35061f4d2e4fb0e2bfc506ca60
treea59268d293debae76851a93decb7078ff558ca6d
parent1d8a3eb43eef3e6bce563cd049ea966d4ad98fc0
Fix %p vs %s typo in aapt message

When trying to print an xmltree or xmlstrings from aapt, the error
message if the resource didn't exist erroneously printed a pointer
instead of a string.

Change-Id: I317bbbdc1200e0f10922e80a36e41a22b2d50d0d
Command.cpp