From b897861cdd0e4147e2922951cfbe77f0ad24ed23 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 25 Jun 2011 19:40:31 +0000 Subject: avoid usage of uninitialized variable. svn path=/trunk/netsurf/; revision=12509 --- atari/toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atari/toolbar.c b/atari/toolbar.c index 868867e11..e002bfbed 100755 --- a/atari/toolbar.c +++ b/atari/toolbar.c @@ -275,7 +275,7 @@ void __CDECL evnt_url_redraw( COMPONENT *c, long buff[8] ) short vqw[4]; char t[2]; short cw = 0; - + t[0]=tb->url.text[0]; t[1]=0; if( atari_sysinfo.sfont_monospaced ) { vqt_width( vdih, t[0], &vqw[0], &vqw[1], &vqw[2] ); -- cgit v1.2.3