You should use debugstr_a() for printing strings like that. Also, where does the 128 char limit come from?
Le 04/04/2012 21:24, Henri Verbeet a écrit :
You should use debugstr_a() for printing strings like that. Also, where does the 128 char limit come from?
Indeed 128 is inapropriate. A dynamic allocation is much better. I will resubmit a patch. Thanks.