Hiya James,
- TRACE("Feature %s -> %d %d %d\n", debugstr_w(feature->Title), + printf("Feature %s -> %d %d %d\n", debugstr_w(feature->Title),
I don't think you meant that to slip in.
--Juan
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On 9/20/06, Juan Lang juan_lang@yahoo.com wrote:
Hiya James,
- TRACE("Feature %s -> %d %d %d\n", debugstr_w(feature->Title),
- printf("Feature %s -> %d %d %d\n", debugstr_w(feature->Title),
I don't think you meant that to slip in.
Thanks for catching this Juan. I even said to myself, "Don't forget to put the TRACE back"!