K 10 svn:author V 3 yar K 8 svn:date V 27 2007-05-03T09:56:51.000000Z K 7 svn:log V 365 MFC rev. 1.32: Fix a typo: argv -> argvp. Rationale: We are interested in the current (last) element of the argv array there, not in its first element. [...] Also add a comment that the argv array ends up null-terminated in any case (it's due to the design of the for loop) as an answer to a possible question why the whole argv isn't zero-filled. END