tests/test-base64.c: Cast size_t to unsigned long when invoking printf. Use %lu...
[pspp] / ChangeLog
index dbabf960e595c5d183d38d3cf184b7855afd1b4a..12a8136798d01286f1848e8b1b8979ca67b3f2f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-30  Simon Josefsson  <simon@josefsson.org>
+
+       * tests/test-base64.c: Cast size_t to unsigned long when invoking
+       printf.  Use %lu instead of %d.  Reported by Bruno Haible
+       <bruno@clisp.org>.
+
 2008-05-29  Eric Blake  <ebb9@byu.net>
 
        Prefer new POSIX 200x interfaces over futimesat.