Browse Source

bug no. 2751855

pre-master-46
h_vogt 17 years ago
parent
commit
ec3c50c09e
  1. 2
      src/frontend/runcoms.c

2
src/frontend/runcoms.c

@ -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;
}

Loading…
Cancel
Save