tests/test-base64.c: Cast size_t to unsigned long when invoking printf. Use %lu...
[gnulib.git] / ChangeLog
index dbabf96..12a8136 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.