update new sdk
This commit is contained in:
parent
f33907443a
commit
744c72c133
1643 changed files with 83006 additions and 28021 deletions
9
android/external/libxml2/testlimits.c
vendored
9
android/external/libxml2/testlimits.c
vendored
|
@ -1284,13 +1284,14 @@ saxTest(const char *filename, size_t limit, int options, int fail) {
|
|||
if (fail)
|
||||
res = 0;
|
||||
else {
|
||||
fprintf(stderr, "Failed to parse '%s' %lu\n", filename, limit);
|
||||
fprintf(stderr, "Failed to parse '%s' %lu\n", filename,
|
||||
(unsigned long) limit);
|
||||
res = 1;
|
||||
}
|
||||
} else {
|
||||
if (fail) {
|
||||
fprintf(stderr, "Failed to get failure for '%s' %lu\n",
|
||||
filename, limit);
|
||||
filename, (unsigned long) limit);
|
||||
res = 1;
|
||||
} else
|
||||
res = 0;
|
||||
|
@ -1339,7 +1340,7 @@ readerTest(const char *filename, size_t limit, int options, int fail) {
|
|||
filename, crazy_indx);
|
||||
else
|
||||
fprintf(stderr, "Failed to parse '%s' %lu\n",
|
||||
filename, limit);
|
||||
filename, (unsigned long) limit);
|
||||
res = 1;
|
||||
}
|
||||
} else {
|
||||
|
@ -1349,7 +1350,7 @@ readerTest(const char *filename, size_t limit, int options, int fail) {
|
|||
filename, crazy_indx);
|
||||
else
|
||||
fprintf(stderr, "Failed to get failure for '%s' %lu\n",
|
||||
filename, limit);
|
||||
filename, (unsigned long) limit);
|
||||
res = 1;
|
||||
} else
|
||||
res = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue