diff options
Diffstat (limited to 'pico/osdep')
-rw-r--r-- | pico/osdep/altedit.c | 2 | ||||
-rw-r--r-- | pico/osdep/spell.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/pico/osdep/altedit.c b/pico/osdep/altedit.c index ff7a6da8..25e49416 100644 --- a/pico/osdep/altedit.c +++ b/pico/osdep/altedit.c @@ -60,7 +60,6 @@ int alt_editor_valid(char *, char *, size_t); int alt_editor_valid_fp(char *); #endif /* _WINDOWS */ - /* * alt_editor - fork off an alternate editor for mail message composition * if one is configured and passed from pine. If not, only @@ -549,7 +548,6 @@ pathcat(char *buf, char **path, char *file) return(TRUE); } - #ifdef SIGCHLD /* * child_handler - handle child status change signal diff --git a/pico/osdep/spell.c b/pico/osdep/spell.c index 59efe282..e9aaa39f 100644 --- a/pico/osdep/spell.c +++ b/pico/osdep/spell.c @@ -285,7 +285,7 @@ movetoword(UCS *w) olddotp = curwp->w_dotp; curwp->w_bufp->b_mode |= MDEXACT; /* case sensitive */ - while(forscan(&i, w, 0, NULL, 0, 1) == TRUE){ + while(forscan(&i, w, SR_FORWARD, NULL, 0, 1) == TRUE){ if(i) break; /* wrap NOT allowed! */ |