diff help/help_mp-zh_CN.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 12ab6a252dc6
children b606b4bd18f1
line wrap: on
line diff
--- a/help/help_mp-zh_CN.h	Mon Jun 21 10:40:30 2010 +0000
+++ b/help/help_mp-zh_CN.h	Mon Jun 21 10:51:31 2010 +0000
@@ -1885,7 +1885,7 @@
 // stream_cdda.c
 #define MSGTR_MPDEMUX_CDDA_CantOpenCDDADevice "打不开 CDDA 设备。\n"
 #define MSGTR_MPDEMUX_CDDA_CantOpenDisc "打不开盘。\n"
-#define MSGTR_MPDEMUX_CDDA_AudioCDFoundWithNTracks "发现音频 CD,共 %ld 音轨。\n"
+#define MSGTR_MPDEMUX_CDDA_AudioCDFoundWithNTracks "发现音频 CD,共 %d 音轨。\n"
 
 // stream_cddb.c
 #define MSGTR_MPDEMUX_CDDB_FailedToReadTOC "读取 TOC 失败。\n"