11 Aug
2009
11 Aug
'09
11: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);
11 Aug
11 Aug
11: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] == '/')
6058
Age (days ago)
6058
Last active (days ago)
1 comments
1 participants
participants (1)
-
Paul Chitescu