cfspack: silence compilation warning
This commit is contained in:
parent
c5c6ef4c6c
commit
40f56dd6dc
@ -88,7 +88,7 @@ int spitdir(char *path, char *prefix, char **patterns)
|
||||
fprintf(stderr, "Couldn't open directory.\n");
|
||||
return 1;
|
||||
}
|
||||
while (ep = readdir(dp)) {
|
||||
while ((ep = readdir(dp))) {
|
||||
if ((strcmp(ep->d_name, ".") == 0) || strcmp(ep->d_name, "..") == 0) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user