mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
libDtHelp: 88550
This commit is contained in:
parent
a7e09ae1c3
commit
1fb5110337
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue