K 10 svn:author V 4 tijl K 8 svn:date V 27 2012-01-28T18:49:04.019522Z K 7 svn:log V 370 Fix decoding of escape sequences in format strings: - Zero-terminate the resulting string by letting the for-loop copy the terminating zero. - Exit the for-loop after handling a backslash at the end of the format string to fix a buffer overrun. - Remove some unnecessary comments and blank lines. [1] Requested by: bde [1] PR: bin/144722 Approved by: kib (mentor) END