1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

100l (cvs commit + tired ...)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11951 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2004-02-10 22:58:30 +00:00
parent 1a7bc2cf5a
commit 1ffcfbaa68

View File

@ -255,6 +255,7 @@ static int parse_float(m_option_t* opt,char *name, char *param, void* dst, int s
double tmp;
int r= parse_double(opt, name, param, &tmp, src);
if(r==1 && dst) VAL(dst) = tmp;
return r;
}
static char* print_float(m_option_t* opt, void* val) {