bug no. 2751855

This commit is contained in:
h_vogt 2009-04-12 18:06:59 +00:00
parent 1e5720a23f
commit ec3c50c09e
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ dosim(char *what, wordlist *wl)
tfree(ww);
}
if ( !err ) do_measure( ft_curckt->ci_last_an, FALSE );
if ( !err && ft_curckt->ci_last_an) do_measure( ft_curckt->ci_last_an, FALSE );
return err;
}