In article <e9mc1n$8om$1 at digitaldaemon.com>, Johan Granberg says...
>
>void foo(){printf("%*s",a.toString());}//segfault
Just shooing from the hip, but you might want to try %.*s to print char[] (or
just use writefln() instead). ;)
- EricAnderton at yahoo