diff options
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r-- | mbbsd/pmore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c index 9dc90a20..8bf14636 100644 --- a/mbbsd/pmore.c +++ b/mbbsd/pmore.c @@ -1939,7 +1939,7 @@ PMORE_UINAV_FORWARDLINE() * piaip's more, a replacement for old more */ int -pmore(char *fpath, int promptend) +pmore(const char *fpath, int promptend) { int flExit = 0, retval = 0; int ch = 0; |