Use HTTPS with Trac links.
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
// [Debug] date somefilename.pp(nnnn): assert "xxxxx" failed in yyyy
|
||||
// but then the assert dialog pop-ups and thus the app doesn't exit
|
||||
// FIXME: make assertion detection work also under other platforms
|
||||
// see http://trac.wxwidgets.org/ticket/10697
|
||||
// see https://trac.wxwidgets.org/ticket/10697
|
||||
m_crashed = out.GetString().Contains("assert") ||
|
||||
err.GetString().Contains("assert");
|
||||
m_exitCode = status;
|
||||
|
Reference in New Issue
Block a user