]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo in ARGS_CLEANUP
authorOve Kaaven <ovek@arcticnet.no>
Thu, 28 Oct 1999 10:14:10 +0000 (10:14 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Thu, 28 Oct 1999 10:14:10 +0000 (10:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/utilsunx.cpp

index 675ef6df161bd026a890c3a48ebb334cbbe8c726..8beb525c11b985ce0d823a44c2632e0802507a3b 100644 (file)
@@ -263,7 +263,7 @@ long wxExecute( wxChar **argv, bool sync, wxProcess *process )
 
     // this macro will free memory we used above
     #define ARGS_CLEANUP                                 \
-        for ( mb_argc = 0; mb_argb[mb_argc]; mb_argc++ ) \
+        for ( mb_argc = 0; mb_argv[mb_argc]; mb_argc++ ) \
             free(mb_argv[mb_argc])
 #else // ANSI
     // no need for cleanup