forked from openkylin/platform_build
am 83af736f: am 5ac65f86: Merge "Fix reporting wrong error message for zipalign output file"
* commit '83af736f28c03bcac552f83bc645433925135c7e': Fix reporting wrong error message for zipalign output file
This commit is contained in:
commit
781a83ae12
|
@ -125,7 +125,7 @@ static int process(const char* inFileName, const char* outFileName,
|
|||
ZipFile::kOpenReadWrite|ZipFile::kOpenCreate|ZipFile::kOpenTruncate)
|
||||
!= NO_ERROR)
|
||||
{
|
||||
fprintf(stderr, "Unable to open '%s' as zip archive\n", inFileName);
|
||||
fprintf(stderr, "Unable to open '%s' as zip archive\n", outFileName);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue