]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/dialup.cpp
Missing datetime and the db classes!!
[wxWidgets.git] / src / unix / dialup.cpp
index 1e2154ce5eef5767ba8e2577b67cf0162adac5b7..5bbfd306d0a739c30ca6e6a8e5d0007e3bb2c54f 100644 (file)
@@ -566,7 +566,7 @@ wxDialUpManagerImpl::CheckIfconfig(void)
                     || strstr(output,"sl")  // slip
                     || strstr(output,"pl"); // plip
 #elif defined(__SGI__)  // IRIX
                     || strstr(output,"sl")  // slip
                     || strstr(output,"pl"); // plip
 #elif defined(__SGI__)  // IRIX
-               rc = strstr(output, "ppp"); // PPP
+               rc = (int) strstr(output, "ppp"); // PPP
 #elif defined(__HPUX__)
                // if could run ifconfig on interface, then it exists
                rc = TRUE;
 #elif defined(__HPUX__)
                // if could run ifconfig on interface, then it exists
                rc = TRUE;