Ver código fonte

cueprint: use the correct type format string

master
Dmitry Smirnov 11 anos atrás
pai
commit
521b7552de
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/tools/cueprint.c

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

@@ -264,7 +264,7 @@ void print_conv(char *start, int length, Cd *cd, int trackno)
printf(conv, value.sval);
break;
default:
printf("%d: ", strlen(conv));
printf("%zu: ", strlen(conv));
printf("%s", conv);
}



Carregando…
Cancelar
Salvar