mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
e2da2a918e
Signed-off-by: Stephan Raue <stephan@openelec.tv>
16 lines
712 B
Diff
16 lines
712 B
Diff
diff -Naur xbmc-10.1-Dharma/xbmc/FileSystem/FileCurl.cpp xbmc-10.1-Dharma.patch/xbmc/FileSystem/FileCurl.cpp
|
|
--- xbmc-10.1-Dharma/xbmc/filesystem/FileCurl.cpp 2011-03-08 02:49:14.000000000 +0100
|
|
+++ xbmc-10.1-Dharma.patch/xbmc/filesystem/FileCurl.cpp 2011-10-17 19:21:04.180783870 +0200
|
|
@@ -803,9 +803,9 @@
|
|
// Detect whether we are "online" or not! Very simple and dirty!
|
|
bool CFileCurl::IsInternet(bool checkDNS /* = true */)
|
|
{
|
|
- CStdString strURL = "http://www.google.com";
|
|
+ CStdString strURL = "http://www.openelec.tv";
|
|
if (!checkDNS)
|
|
- strURL = "http://74.125.19.103"; // www.google.com ip
|
|
+ strURL = "http://212.101.13.10"; // www.openelec.tv ip
|
|
|
|
bool found = Exists(strURL);
|
|
Close();
|