aboutsummaryrefslogtreecommitdiff
path: root/common/options_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/options_f.c')
-rw-r--r--common/options_f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/options_f.c b/common/options_f.c
index 45ab913c55ab..fe07e4989f05 100644
--- a/common/options_f.c
+++ b/common/options_f.c
@@ -147,7 +147,7 @@ f_print(SCR *sp, OPTION *op, char *str, u_long *valp)
int offset = op - sp->opts;
/* Preset the value, needed for reinitialization of lookup table. */
- if (offset == O_OCTAL) {
+ if (offset == O_OCTAL || offset == O_ALTNOTATION) {
if (*valp)
O_SET(sp, offset);
else