diff help/help_mp-es.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-es.h	Mon Jun 21 10:40:30 2010 +0000
+++ b/help/help_mp-es.h	Mon Jun 21 10:51:31 2010 +0000
@@ -1729,7 +1729,7 @@
 
 #define MSGTR_MPDEMUX_CDDA_CantOpenCDDADevice "No puede abrir el dispositivo CDA.\n"
 #define MSGTR_MPDEMUX_CDDA_CantOpenDisc "No pude abrir el disco.\n"
-#define MSGTR_MPDEMUX_CDDA_AudioCDFoundWithNTracks "Encontre un disco de audio con %ld pistas.\n"
+#define MSGTR_MPDEMUX_CDDA_AudioCDFoundWithNTracks "Encontre un disco de audio con %d pistas.\n"
 
 // cddb.c