cwFileSys.h : Fixed comments on makeFn().
This commit is contained in:
parent
2724b32fc2
commit
f8cf79a776
@ -17,7 +17,7 @@ namespace cw
|
|||||||
// Create a file name by concatenating sub-strings.
|
// Create a file name by concatenating sub-strings.
|
||||||
//
|
//
|
||||||
// Variable arg's. entries are directories inserted between
|
// Variable arg's. entries are directories inserted between
|
||||||
// 'dirPrefixStr' and the file name.
|
// 'dir' and the 'fn'.
|
||||||
// Terminate var arg's directory list with a nullptr.
|
// Terminate var arg's directory list with a nullptr.
|
||||||
//
|
//
|
||||||
// The returned string must be released by a call to mem::release() or mem::free().
|
// The returned string must be released by a call to mem::release() or mem::free().
|
||||||
|
Loading…
Reference in New Issue
Block a user