w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit e7197ec3564510aaa2181d5217c4336815adee54
parent 9730f4a948ea6a810d050554a61dc03e8e08886a
Author: ukai <ukai>
Date:   Sun, 23 Mar 2003 15:21:01 +0000

[w3m-dev 03828] possible typo in nextA
* main.c (nextA): fix typo?
From: Daiki Ueno <ueno@unixuser.org>

Diffstat:
MChangeLog | 5+++++
Mmain.c | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-24 Daiki Ueno <ueno@unixuser.org> + + * [w3m-dev 03828] possible typo in nextA + * main.c (nextA): fix typo? + 2003-03-22 Fumitoshi UKAI <ukai@debian.or.jp> * [w3m-dev 03827] Re: checking for GC_version... no diff --git a/main.c b/main.c @@ -3490,7 +3490,7 @@ nextA(void) int hseq = an->hseq + 1; do { if (hseq >= hl->nmark) { - pan = an; + an = pan; goto _end; } po = &hl->marks[hseq];