libDtHelp: 88550
This commit is contained in:
@@ -237,8 +237,7 @@ static int ScanDirForFiles(
|
|||||||
if (pDir == NULL) return 0; /* RETURN */
|
if (pDir == NULL) return 0; /* RETURN */
|
||||||
|
|
||||||
/* build the pathname */
|
/* build the pathname */
|
||||||
strcpy (fullName, dirpath);
|
snprintf(fullName, sizeof(fullName), "%s%s", dirpath, DirSlashStr);
|
||||||
strcat (fullName, DirSlashStr);
|
|
||||||
ptr = fullName + strlen (fullName);
|
ptr = fullName + strlen (fullName);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user