]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/dialup.cpp
#include markup fix.
[wxWidgets.git] / src / unix / dialup.cpp
index ebd8d41fd8aed1c2b764d6e6d9b826dfea5a8d51..b9f18e41dfe3e21add7afac76e8e7e06defe23ee 100644 (file)
@@ -726,7 +726,7 @@ wxDialUpManagerImpl::CheckIfconfig()
                         || strstr(output.fn_str(),"pl"); // plip
                     hasLAN = strstr(output.fn_str(), "eth") != NULL;
 #elif defined(__SGI__)  // IRIX
-                    hasModem = strstr(output, "ppp") != NULL; // PPP
+                    hasModem = strstr(output.fn_str(), "ppp") != NULL; // PPP
 #elif defined(__HPUX__)
                     // if could run ifconfig on interface, then it exists
                     hasModem = true;