cueprint: use the correct type format string
This commit is contained in:
@@ -264,7 +264,7 @@ void print_conv(char *start, int length, Cd *cd, int trackno)
|
|||||||
printf(conv, value.sval);
|
printf(conv, value.sval);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
printf("%d: ", strlen(conv));
|
printf("%zu: ", strlen(conv));
|
||||||
printf("%s", conv);
|
printf("%s", conv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user