Commit 4b3d528
committed
fix warning: suggest parentheses around '&&' within '||'
src/util.c:225:55: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
225 | if (sigill_error || S_ISREG(statbuf.st_mode) && (__off_t)(base + (off_t)len) > statbuf.st_size )
|1 parent 163fe6e commit 4b3d528
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments