Explorar el Código

cueprint: use the correct type format string

master
Dmitry Smirnov hace 11 años
padre
commit
521b7552de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/tools/cueprint.c

+ 1
- 1
src/tools/cueprint.c Ver fichero

@@ -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);
} }




Cargando…
Cancelar
Guardar