]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/url.cpp
limit recursion depth in DumpUDT() to prevent crashes when dumping linked lists
[wxWidgets.git] / src / common / url.cpp
index 9686971ff94bbd2bf114f0448533905085873a94..dfd818b17602e88edfa6e0b990c0cb963e204292 100644 (file)
@@ -423,7 +423,7 @@ bool wxURLModule::OnInit()
     // down the program startup (especially if there is no DNS server
     // available, in which case it may take up to 1 minute)
 
-    if ( getenv("HTTP_PROXY") )
+    if ( wxGetenv(_T("HTTP_PROXY")) )
     {
         wxURL::ms_useDefaultProxy = true;
     }