[w3m-dev-en 00025] snprintf problems in 0.1.6

From: ChiDeok Hwang (cdhwang@sr.hei.co.kr)
Date: Sun Jan 23 2000 - 20:22:51 CST


solaris 2.5 lacks snprintf functions in c library. So
w3m-0.1.6 failed to link because of two snprintf in frame.c.
It seems to be safe to substitue snprintf with sprintf because buffer was
allocated in correct size already.

w3m did not render correctly the following html.
It just shows "<"

<html>
<h2><pre>&lt;</pre></h2>
</html>



This archive was generated by hypermail 2b29 : Wed Jul 19 2000 - 10:30:43 CDT