w3m

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

commit 6b2db1a4d371622a94ee4d0d9063d6cfcb25f15b
parent 3ccec334081eaf7cb001e74010369914f94e28ae
Author: ukai <ukai>
Date:   Wed, 29 Jan 2003 17:31:22 +0000

wait_st is not used

Diffstat:
Mimage.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/image.c b/image.c @@ -324,7 +324,8 @@ loadImage(Buffer *buf, int flag) { ImageCache *cache; struct stat st; - int wait_st, i, draw = FALSE; + int i, draw = FALSE; + /* int wait_st; */ if (maxLoadImage > MAX_LOAD_IMAGE) maxLoadImage = MAX_LOAD_IMAGE;