K 10 svn:author V 7 stefanf K 8 svn:date V 27 2005-04-20T08:03:58.000000Z K 7 svn:log V 278 MFC rev. 1.31 and 1.32: Replace buggy for-loops to skip certain character with strspn(). If *fmt was '\0' (eg in the invocation 'printf %'), the for-loop would miss the terminating null character. Assign 0.0 to the variable passed to getfloating() if the argument is missing. END