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:
Vadim Zeitlin
2003-07-17 20:59:01 +00:00
parent 921f5019a6
commit d4cb34b02c

View File

@@ -1118,7 +1118,7 @@ bool wxHandleFatalExceptions(bool doit)
);
wxStrncat(gs_reportFilename, fname,
WXSIZEOF(gs_reportFilename) - strlen(gs_reportFilename) - 1);
WXSIZEOF(gs_reportFilename) - wxStrlen(gs_reportFilename) - 1);
}
return true;