Some fixes

master
Evgeniy Kozhuhovskiy 20 years ago
parent e16cb874a1
commit 5eac6aaa76

@ -313,8 +313,8 @@ s_nodelist *nodelist_open(const char *dir, char *name, int mode)
while( (ndir = readdir(ndirstream)) ) while( (ndir = readdir(ndirstream)) )
{ {
strncpy(tmpseek, ndir->d_name, sizeof(tmpseek)); strncpy(tmpseek, ndir->d_name, sizeof(tmpseek));
if ( strlen(tmpseek) < 3 ) if ( strlen(tmpseek) < 3 ) /* Checking for */
continue; continue; /* "." and ".." */
if( strlen(tmpseek) == strlen(tmpname) ) if( strlen(tmpseek) == strlen(tmpname) )
{ {

Loading…
Cancel
Save