Aug. 11, 2009
10:38 a.m.
This is a quite ugly patch, adds unnecessary wstring copying. Why not: wsprintfW(buf, url_format, full_path, (index && index[0] == '/') ? empty : slash, index);
August 2009
10:43 a.m.
New subject: hhctrl.ocx: Handle NULL param
On Tuesday 11 August 2009 13:38:24 Paul Chitescu wrote:
This is a quite ugly patch, adds unnecessary wstring copying.
Why not:
wsprintfW(buf, url_format, full_path, (index && index[0] == '/') ? empty : slash, index);
Oops, the other way around: (!index || index[0] == '/')
6071
Age (days ago)
6071
Last active (days ago)
1 comments
1 participants
participants (1)
-
Paul Chitescu