*** empty log message ***

This commit is contained in:
2006-11-15 15:05:36 +00:00
parent 8b3794ceea
commit 35903ff382
4 changed files with 119 additions and 36 deletions

1
ase/test/awk/crash01.awk Normal file
View File

@ -0,0 +1 @@
BEGIN { CONVFMT="%s"; printf ("%s\n", 10.34); }