diff help/help_mp-cs.h @ 32352:76f94c00a69f

1000l, %lf is not valid format string for printf (only for scanf) and actually breaks on Windows. Fix all occurences. Fixes bug 1810.
author reimar
date Mon, 04 Oct 2010 06:40:32 +0000
parents 44f8d08901fe
children e7e0da7ab4d4
line wrap: on
line diff
--- a/help/help_mp-cs.h	Sun Oct 03 20:49:50 2010 +0000
+++ b/help/help_mp-cs.h	Mon Oct 04 06:40:32 2010 +0000
@@ -1198,7 +1198,7 @@
 #define MSGTR_AO_SGI_CantSetParms_Samplerate "[AO SGI] init: selhalo setparams: %s\nNelze nastavit požadované vzorkování.\n"
 #define MSGTR_AO_SGI_CantSetAlRate "[AO SGI] init: AL_RATE nebyl přijat daným zdrojem.\n"
 #define MSGTR_AO_SGI_CantGetParms "[AO SGI] init: selhalo getparams: %s\n"
-#define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: vzorkování je nyní %lf (požadovaný kmitočet je %lf)\n"
+#define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: vzorkování je nyní %f (požadovaný kmitočet je %f)\n"
 #define MSGTR_AO_SGI_InitConfigError "[AO SGI] init: %s\n"
 #define MSGTR_AO_SGI_InitOpenAudioFailed "[AO SGI] init: Nelze otevřít zvukový kanál: %s\n"
 #define MSGTR_AO_SGI_Uninit "[AO SGI] uninit: ...\n"