about summary refs log tree commit diff
path: root/localedata/tests-mbwc/tst_wcsstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tests-mbwc/tst_wcsstr.c')
-rw-r--r--localedata/tests-mbwc/tst_wcsstr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/tests-mbwc/tst_wcsstr.c b/localedata/tests-mbwc/tst_wcsstr.c
index 02f756c37c..15654df0a9 100644
--- a/localedata/tests-mbwc/tst_wcsstr.c
+++ b/localedata/tests-mbwc/tst_wcsstr.c
@@ -31,7 +31,7 @@ tst_wcsstr (FILE * fp, int debug_flg)
 	  if (ret)
 	    {
 	      fprintf (stderr,
-		       "	ret[ 0 ] = 0x%x <-> 0x%x = ws2[ 0 ]\n",
+		       "	ret[ 0 ] = 0x%lx <-> 0x%lx = ws2[ 0 ]\n",
 		       ret[0], ws2[0]);
 	    }
 	}
@@ -59,8 +59,8 @@ tst_wcsstr (FILE * fp, int debug_flg)
 	    if (debug_flg)
 	      {
 		fprintf (stderr,
-			 "	: ret[ %d ] = 0x%x <-> 0x%x = ws2[ %d ]\n", i,
-			 ret[i], ws2[i], i);
+			 "	: ret[ %d ] = 0x%lx <-> 0x%lx = ws2[ %d ]\n",
+			 i, ret[i], ws2[i], i);
 	      }
 
 	    if (ret[i] != ws2[i])