Directly pass the string instead of char * to Truncate util function. It will prevent...
authorPierre Schweitzer <pierre@reactos.org>
Sat, 7 Mar 2015 13:23:41 +0000 (14:23 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 7 Mar 2015 13:23:41 +0000 (14:23 +0100)
commit70e7007b327cd26682d398562a8ccda76588f95b
tree53801412e46b6d3135a0a8475387776b388221ed
parentc406d1c8adfedc1982e2c08ab95d581f65eb65de
Directly pass the string instead of char * to Truncate util function. It will prevent useless conversions.
src/deps_log.cc