Mercurial > mplayer.hg
diff help/help_mp-nl.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 | 01f7cf82b7b1 |
children | 736b22f11e00 |
line wrap: on
line diff
--- a/help/help_mp-nl.h Sun Oct 03 20:49:50 2010 +0000 +++ b/help/help_mp-nl.h Mon Oct 04 06:40:32 2010 +0000 @@ -884,7 +884,7 @@ #define MSGTR_AO_SGI_CantSetParms_Samplerate "[AO SGI] init: setparams gefaald: %s\nKon de gewenste samplerate niet instellen.\n" #define MSGTR_AO_SGI_CantSetAlRate "[AO SGI] init: de AL_RATE werd niet geaccepteerd.\n" #define MSGTR_AO_SGI_CantGetParms "[AO SGI] init: getparams gefaald: %s\n" -#define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: de samplerate is nu %lf (de gewenste bitrate is %lf)\n" +#define MSGTR_AO_SGI_SampleRateInfo "[AO SGI] init: de samplerate is nu %f (de gewenste bitrate is %f)\n" #define MSGTR_AO_SGI_InitConfigError "[AO SGI] init: %s\n" #define MSGTR_AO_SGI_InitOpenAudioFailed "[AO SGI] init: Kan het audio kanaal niet openen: %s\n" #define MSGTR_AO_SGI_Uninit "[AO SGI] uninit: ...\n"