Bug fix from Laurent for a segfault.

This commit is contained in:
pnenzi 2009-05-21 08:11:21 +00:00
parent be1e207dc9
commit e92a7d397f
2 changed files with 3104 additions and 1 deletions

3103
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@ -128,7 +128,7 @@ com_print(wordlist *wl)
if (v->v_length > 1) {
col = TRUE;
/* Improvement made to print cases @[sin] = (0 12 13 100K) */
if ( (v->v_length != v->v_plot->pl_scale->v_length) && ( (*(v->v_name))=='@') )
if ( (v->v_plot->pl_scale && v->v_length != v->v_plot->pl_scale->v_length) && ( (*(v->v_name))=='@') )
{
col = FALSE;
}