svn commit: r1933276 - subversion/trunk/subversion/tests/libsvn_subr

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <177698377793.2078245.11844798655814950774@svn03-he-fi>
Author: ivan
Date: Thu Apr 23 22:36:17 2026
New Revision: 1933276

Log:
* subversion/tests/libsvn_subr/checksum-test.c
  (do_bench_test): Use APR_SIZE_T_FMT to fprintf apr_size_t argument.

Modified:
   subversion/trunk/subversion/tests/libsvn_subr/checksum-test.c

Modified: subversion/trunk/subversion/tests/libsvn_subr/checksum-test.c
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/checksum-test.c	Thu Apr 23 19:17:59 2026	(r1933275)
+++ subversion/trunk/subversion/tests/libsvn_subr/checksum-test.c	Thu Apr 23 22:36:17 2026	(r1933276)
@@ -399,7 +399,9 @@ do_bench_test(apr_size_t blocksize, svn_
     const char *checksum_str = svn_checksum_serialize(checksum, pool, pool);
 
     fprintf(stderr,
-            "%s: processed %ld blocks of %ld bytes (%.2f GB) in 1 second\n",
+            "%s: processed "
+            "%" APR_SIZE_T_FMT " blocks of "
+            "%" APR_SIZE_T_FMT " bytes (%.2f GB) in 1 second\n",
             checksum_str, count, blocksize, (double)bytes / bytes_in_gb);
   }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.