mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Removed seekdir() (don't know why it was there)
SVN revision: 1862
This commit is contained in:
parent
7eb1231a5d
commit
cd849dc5ec
@ -3644,7 +3644,7 @@ int ss_file_find(char *path, char *pattern, char **plist)
|
||||
Function value:
|
||||
int Number of files matching request
|
||||
|
||||
\********************************************************************/
|
||||
\********************************************************************/
|
||||
{
|
||||
#ifdef OS_UNIX
|
||||
DIR *dir_pointer;
|
||||
@ -3661,7 +3661,6 @@ int ss_file_find(char *path, char *pattern, char **plist)
|
||||
strncpy(*plist + (i * MAX_PATH_LENGTH), dp->d_name, strlen(dp->d_name));
|
||||
*(*plist + (i * MAX_PATH_LENGTH) + strlen(dp->d_name)) = '\0';
|
||||
i++;
|
||||
seekdir(dir_pointer, telldir(dir_pointer));
|
||||
}
|
||||
}
|
||||
closedir(dir_pointer);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user