strlen -> wxStrlen (patch 772985)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1118,7 +1118,7 @@ bool wxHandleFatalExceptions(bool doit)
|
|||||||
);
|
);
|
||||||
|
|
||||||
wxStrncat(gs_reportFilename, fname,
|
wxStrncat(gs_reportFilename, fname,
|
||||||
WXSIZEOF(gs_reportFilename) - strlen(gs_reportFilename) - 1);
|
WXSIZEOF(gs_reportFilename) - wxStrlen(gs_reportFilename) - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user