[comp.sys.sun] Error using shelltools under suntools

luis@octopus.tds.kth.se (Luis Barriga) (02/24/90)

If I run the following program on a SUN3/(50)(6) under suntools with
shelltool and give to it any float number starting with 0.  (zero-point)
then I become logged out (connection will be closed and the window
exited). This does not happen with command tools.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#include <stdio.h>
 float h;
main()
{
  printf(" give step: ");
  scanf("%f",&h);
}