w3m

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

commit b329795c9a27b2f5a4969544059377bc6609f68a
parent eb913873355de4c59b75b23c8d0338c3cfc985ed
Author: ukai <ukai>
Date:   Mon, 25 Nov 2002 17:10:48 +0000

* map.c (follow_map_menu): MapArea *a is used ifdef MENU_MAP
From: Fumitoshi UKAI  <ukai@debian.or.jp>

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

diff --git a/ChangeLog b/ChangeLog @@ -1,5 +1,6 @@ 2002-11-26 Fumitoshi UKAI <ukai@debian.or.jp> + * map.c (follow_map_menu): MapArea *a is used ifdef MENU_MAP * func.c (initMouseAction): remove unsed variables: x, width, map 2002-11-26 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> diff --git a/map.c b/map.c @@ -210,9 +210,9 @@ follow_map_menu(Buffer *buf, char *name, Anchor *a_img, int x, int y) { MapList *ml; ListItem *al; - MapArea *a; int i, selected = -1, initial = 0; #ifdef MENU_MAP + MapArea *a; char **label; #endif