Re: [PATCH] wined3d: Display correctly TEXT comments by printing lines separately

2010-03-01 Thread Christian Costa
Henri Verbeet a écrit : On 1 March 2010 23:46, Christian Costa wrote: Altough TRACE will not display anything if the traces are enabled, I would have tested the channel before even entering this code part. shader_trace_init() is only called when traces are enabled. Indeed. As th

Re: [PATCH] wined3d: Display correctly TEXT comments by printing lines separately

2010-03-01 Thread Henri Verbeet
On 1 March 2010 23:46, Christian Costa wrote: > Altough TRACE will not display anything if the traces are enabled, I would > have tested the channel before even entering > this code part. > shader_trace_init() is only called when traces are enabled.

Re: [PATCH] wined3d: Display correctly TEXT comments by printing lines separately

2010-03-01 Thread Christian Costa
Henri Verbeet a écrit : On 1 March 2010 09:39, Christian Costa wrote: Still not quite right, I'm afraid. For example, the following doesn't work: +while (i < size) +{ +/* Find end of line */ +while (

Re: [PATCH] wined3d: Display correctly TEXT comments by printing lines separately

2010-03-01 Thread Henri Verbeet
On 1 March 2010 09:39, Christian Costa wrote: > Still not quite right, I'm afraid. For example, the following doesn't work: > +while (i < size) > +{ > +/* Find end of line */ > +while ((str[i] != 0) && (str[i]