K 10 svn:author V 7 stefanf K 8 svn:date V 27 2005-04-11T10:57:54.000000Z K 7 svn:log V 193 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. MFC after: 1 week END