]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/app.cpp
removed assert which became incorrect after last change
[wxWidgets.git] / src / mac / app.cpp
index 57a0a7a787306777b776d8a358c18da6c91d9af9..baa2127bbfb32725e30fba4c1135a6a8b57d3eb2 100644 (file)
@@ -609,7 +609,7 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
     if ( argc > 1 )
     {
         static const wxChar *ARG_PSN = _T("-psn_");
-        if ( wxStrncmp(argv[1], ARG_PSN, strlen(ARG_PSN)) == 0 )
+        if ( wxStrncmp(argv[1], ARG_PSN, wxStrlen(ARG_PSN)) == 0 )
         {
             // remove this argument
             --argc;