aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/hippoupdate.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/hippoupdate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/hippoupdate.cpp b/linden/indra/newview/hippoupdate.cpp
index 2ebcb48..98ed8aa 100644
--- a/linden/indra/newview/hippoupdate.cpp
+++ b/linden/indra/newview/hippoupdate.cpp
@@ -28,7 +28,7 @@ bool HippoUpdate::checkUpdate()
28 28
29 // get mac address 29 // get mac address
30 char macAddress[18]; 30 char macAddress[18];
31 sprintf(macAddress, "%02x:%02x:%02x:%02x:%02x:%02x", 0, 1, 2, 3, 4, 5); // Not sending private info acress the 'net. Screw LL. 31 sprintf(macAddress, "%02x:%02x:%02x:%02x:%02x:%02x", 0, 1, 2, 3, 4, 5); // Not sending private info across the 'net. Screw LL.
32 32
33 // build URL for update check 33 // build URL for update check
34 char url[1000]; 34 char url[1000];