K 10 svn:author V 2 se K 8 svn:date V 27 2019-02-09T14:07:04.122442Z K 7 svn:log V 220 MFC r343303: Silence a CI warning regarding the use of strcpy(). While this is a false positive (a sufficiently large buffer has been allocated in the line above), the use of strdup() simplifies and clarifies the code. END