diff options
-rw-r--r-- | pttbbs/mbbsd/pmore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/pmore.c b/pttbbs/mbbsd/pmore.c index 4abd393b..f90b3804 100644 --- a/pttbbs/mbbsd/pmore.c +++ b/pttbbs/mbbsd/pmore.c @@ -2767,7 +2767,7 @@ pmore_prefEntry( if (i == isel) { - outs(PREFATTR_SELECTED); + outs(PREFATTR_SELECTED "*"); } else outc(' '); |