Closed GoogleCodeExporter closed 9 years ago
this seems to be a bigger issue: the end quote is appended in code, but somehow
doesn't get appended to the string:
AppUtils.cpp, line 381:
if (viewer.Find(_T("%burl")) >= 0)
{
CString s = L"\""+url1.GetSVNPathString();
s += L"\"";
viewer.Replace(_T("%burl"), s);
}
Even though the line
s += L"\"";
is there, it doesn't actually append the end quote.
Have to dig deeper...
Original comment by tortoisesvn
on 5 Jan 2013 at 9:49
This issue was closed by revision r23789.
Original comment by tortoisesvn
on 5 Jan 2013 at 12:20
This issue was closed by revision r23790.
Original comment by tortoisesvn
on 5 Jan 2013 at 12:23
Original issue reported on code.google.com by
tortoisesvn
on 5 Jan 2013 at 9:46