diff help/help_mp-it.h @ 31446:a9475c68aa47

Adjust printf length modifier, fixes the warning: stream/stream_cdda.c:358: warning: format '%ld' expects type 'long int', but argument 4 has type 'int'
author diego
date Mon, 21 Jun 2010 10:51:31 +0000
parents 317649676214
children 01f7cf82b7b1
line wrap: on
line diff
--- a/help/help_mp-it.h	Mon Jun 21 10:40:30 2010 +0000
+++ b/help/help_mp-it.h	Mon Jun 21 10:51:31 2010 +0000
@@ -1896,7 +1896,7 @@
 // stream_cdda.c
 #define MSGTR_MPDEMUX_CDDA_CantOpenCDDADevice "Impossibile aprire il dispositivo CDDA.\n"
 #define MSGTR_MPDEMUX_CDDA_CantOpenDisc "Impossibile aprire il disco.\n"
-#define MSGTR_MPDEMUX_CDDA_AudioCDFoundWithNTracks "Trovato CD audio con %ld tracce.\n"
+#define MSGTR_MPDEMUX_CDDA_AudioCDFoundWithNTracks "Trovato CD audio con %d tracce.\n"
 
 // stream_cddb.c
 #define MSGTR_MPDEMUX_CDDB_FailedToReadTOC "Imposibile leggere la TOC.\n"