diff options
author | David Seikel | 2011-03-20 19:35:08 +1000 |
---|---|---|
committer | David Seikel | 2011-03-20 19:35:08 +1000 |
commit | 0768477535ae676fc10b87ef9e46e731a937e3ff (patch) | |
tree | 1ac08c5b7f3e2d9b932d8486f9a7570d86895700 /linden | |
parent | We don't need support for the aurora grid in the viewer for the meta 7 grid. (diff) | |
download | meta-impy-0768477535ae676fc10b87ef9e46e731a937e3ff.zip meta-impy-0768477535ae676fc10b87ef9e46e731a937e3ff.tar.gz meta-impy-0768477535ae676fc10b87ef9e46e731a937e3ff.tar.bz2 meta-impy-0768477535ae676fc10b87ef9e46e731a937e3ff.tar.xz |
Caught a typo.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/hippoupdate.cpp | 2 |
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]; |