Detect garbage earlier

master
Yevgen Muntyan 2006-04-28 16:10:36 -05:00
parent 9b28d2fd92
commit 206ad20956
1 changed files with 2 additions and 2 deletions

View File

@ -424,7 +424,7 @@ get_next_line_node (MooHighlighter *hl,
Line *line)
{
HLInfo *info = line->hl_info;
CtxNode *last_node;
CtxNode *last_node = NULL;
if (!info->n_segments)
{
@ -562,7 +562,7 @@ hl_compute_range (MooHighlighter *hl,
int time)
{
GtkTextIter iter;
CtxNode *node;
CtxNode *node = NULL;
int line_no;
GTimer *timer = NULL;
double secs = ((double) time) / 1000;