svn commit: r1925643 - in /apr/apr/branches/1.7.x: ./ test/internal/testucs.c
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sat May 17 15:16:37 2025
New Revision: 1925643
URL: http://svn.apache.org/viewvc?rev=1925643&view=rev
Log:
Merge r1902074 from apr/trunk.
Modified:
apr/apr/branches/1.7.x/ (props changed)
apr/apr/branches/1.7.x/test/internal/testucs.c
Propchange: apr/apr/branches/1.7.x/
------------------------------------------------------------------------------
Merged /apr/apr/trunk:r1902074
Modified: apr/apr/branches/1.7.x/test/internal/testucs.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/test/internal/testucs.c?rev=1925643&r1=1925642&r2=1925643&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/test/internal/testucs.c (original)
+++ apr/apr/branches/1.7.x/test/internal/testucs.c Sat May 17 15:16:37 2025
@@ -79,7 +79,7 @@ struct testval malformed[] = [
void displaynw(struct testval *f, struct testval *l)
{
char x[80], *t = x;
- int i;
+ apr_size_t i;
for (i = 0; i < f->nl; ++i)
t += sprintf(t, "%02X ", f->n[i]);
*(t++) = '-';