diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 752768a7bad..e869456e5c8 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3558,7 +3558,7 @@ FLAGS is the current flags of the interface. */) | |||
| 3558 | int fnum; | 3558 | int fnum; |
| 3559 | 3559 | ||
| 3560 | any++; | 3560 | any++; |
| 3561 | for (fp = ifflag_table; flags != 0 && fp; fp++) | 3561 | for (fp = ifflag_table; flags != 0 && fp->flag_sym; fp++) |
| 3562 | { | 3562 | { |
| 3563 | if (flags & fp->flag_bit) | 3563 | if (flags & fp->flag_bit) |
| 3564 | { | 3564 | { |