cmFileSys.c : Fixed comment.
This commit is contained in:
parent
2945b1ac79
commit
dbd2b5ea45
@ -429,7 +429,7 @@ const cmChar_t* cmFileSysVMakeFn( cmFileSysH_t h, const cmChar_t* dir, const cmC
|
|||||||
if( dir != NULL )
|
if( dir != NULL )
|
||||||
strncat(rp,dir,n-strlen(rp));
|
strncat(rp,dir,n-strlen(rp));
|
||||||
|
|
||||||
// copy out ecmh of the var arg's directories
|
// copy out each of the var arg's directories
|
||||||
while((dp = va_arg(vl,const cmChar_t*)) != NULL )
|
while((dp = va_arg(vl,const cmChar_t*)) != NULL )
|
||||||
if(!_cmFileSysConcat(rp,n,pathSep,dp) )
|
if(!_cmFileSysConcat(rp,n,pathSep,dp) )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user