Blame SOURCES/glibc-rh1505492-types-12.patch

147e83
commit eca2772b9a2b057a1af6604afb9b5d3ce3448497
147e83
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
147e83
Date:   Wed Dec 17 16:42:51 2014 +0100
147e83
147e83
    Get rid of format warning in tst-widetext.c.
147e83
147e83
diff --git a/libio/tst-widetext.c b/libio/tst-widetext.c
147e83
index fef57be53ca072c4..fd8b207eb30a99bf 100644
147e83
--- a/libio/tst-widetext.c
147e83
+++ b/libio/tst-widetext.c
147e83
@@ -291,7 +291,7 @@ do_test (void)
147e83
     {
147e83
       if (fgetws (wcp, &wc2buf[wcsize] - wcp + 1, fp) == NULL)
147e83
 	{
147e83
-	  printf ("%u: short read using fgetws (only %Zd of %Zd)\n",
147e83
+	  printf ("%u: short read using fgetws (only %td of %Zd)\n",
147e83
 		  __LINE__, wcp - wc2buf, wcsize);
147e83
 	  status = 1;
147e83
 	  break;