Fix build break

This commit is contained in:
Arun Prakash Jana 2022-05-29 20:09:33 +05:30
parent c2a2a9dee7
commit 31a273fdd0
No known key found for this signature in database
GPG key ID: A75979F35C080412
2 changed files with 3 additions and 7 deletions

View file

@ -11,5 +11,5 @@ CheckOptions:
- key: fuchsia-restrict-system-includes.Includes - key: fuchsia-restrict-system-includes.Includes
value: '*,-stdint.h,-stdbool.h' value: '*,-stdint.h,-stdbool.h'
- key: readability-function-size.StatementThreshold - key: readability-function-size.StatementThreshold
value: '910' value: '915'
... ...

View file

@ -6914,8 +6914,6 @@ nochange:
} }
pent = &pdents[cur]; pent = &pdents[cur];
r = FALSE;
if (g_state.selbm) { if (g_state.selbm) {
S_ISLNK(pent->mode) S_ISLNK(pent->mode)
? (realpath(pent->name, newpath) && xstrsncpy(path, lastdir, PATH_MAX)) ? (realpath(pent->name, newpath) && xstrsncpy(path, lastdir, PATH_MAX))
@ -6933,8 +6931,7 @@ nochange:
goto nochange; goto nochange;
} }
cdprep(lastdir, lastname, path, newpath) cdprep(lastdir, lastname, path, newpath) ? (presel = FILTER) : (watch = TRUE);
? (presel = FILTER) : (watch = TRUE);
goto begin; goto begin;
} }
@ -6963,8 +6960,7 @@ nochange:
clearfilter(); clearfilter();
if (chdir(path) == -1 if (chdir(path) == -1
|| !run_plugin(&path, pent->name, || !run_plugin(&path, pent->name, runfile, &lastname, &lastdir)) {
runfile, &lastname, &lastdir)) {
DPRINTF_S("plugin failed!"); DPRINTF_S("plugin failed!");
} }