Commit 83af736f authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 5ac65f86: Merge "Fix reporting wrong error message for zipalign output file"

* commit '5ac65f86':
  Fix reporting wrong error message for zipalign output file
parents e3479ea5 5ac65f86
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment