Imported Upstream version 0.165
[platform/upstream/elfutils.git] / tests / asm-tst4.c
index 4788b79..52e9e20 100644 (file)
@@ -62,7 +62,7 @@ main (void)
       AsmScn_t *scn;
 
       /* Create a unique name.  */
-      snprintf (buf, sizeof (buf), ".data.%Zu", cnt);
+      snprintf (buf, sizeof (buf), ".data.%zu", cnt);
 
       /* Create the section.  */
       scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);