Misc. FTK cleanup.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@567 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-06-13 19:02:07 +00:00
parent 151f1a4c6a
commit 34b2324144
4 changed files with 10 additions and 21 deletions

View File

@@ -933,7 +933,7 @@ FSTATIC int Find1(
char *PathSeparator;
FLMINT uiFindLen;
FLMINT uiLen;
#ifdef FLM_NLM
#ifdef FLM_LIBC_NLM
char szPosixNam[ F_PATH_MAX_SIZE];
FLMINT uiCount;
#endif
@@ -951,7 +951,7 @@ FSTATIC int Find1(
f_strcpy( DirInfo->full_path, FindTemplate);
#ifdef FLM_NLM
#ifdef FLM_LIBC_NLM
if( (( PathSeparator = strrchr( DirInfo->full_path, '/')) == NULL) &&
( PathSeparator = strrchr( DirInfo->full_path, '\\')) == NULL)
#else
@@ -992,7 +992,7 @@ FSTATIC int Find1(
errno = 0;
DirInfo->globbuf.gl_pathv = 0;
#ifdef FLM_NLM
#ifdef FLM_LIBC_NLM
// glob does not seem to be able to handle a non-posix path
// on NetWare.
for( uiCount = 0; uiCount <= uiFindLen; uiCount++)