]> git.saurik.com Git - android/aapt.git/commit - Command.cpp
Fix the single crunch command to return the right error code.
authorXavier Ducrohet <xav@android.com>
Tue, 15 Jan 2013 02:02:40 +0000 (18:02 -0800)
committerXavier Ducrohet <xav@android.com>
Tue, 15 Jan 2013 18:37:20 +0000 (10:37 -0800)
commit07a3e200a0aa8d6c1e3356bfdf97ff54dd0df488
tree1363a5e1dd2b1337c863d264c057f473cba1c69f
parent853cbd5801d6c83dca7ee7ab8f3392b16bde7c96
Fix the single crunch command to return the right error code.

Casting from status_t to int doesn't work for return values
if the lower 8 bits are all 0.

Change-Id: I88e910dfe46cb72acd1595352e71da3c8eff4ca9
Command.cpp