From cfe82e7f1f842261fb241cdb66fd3f4faf09e075 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Thu, 30 Jul 2015 12:28:00 -0400 Subject: [PATCH] Linux is not Windows... --- indra/newview/lluserauth.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/indra/newview/lluserauth.cpp b/indra/newview/lluserauth.cpp index 173d66240..1ec4286c1 100644 --- a/indra/newview/lluserauth.cpp +++ b/indra/newview/lluserauth.cpp @@ -57,9 +57,7 @@ // Don't define PLATFORM_STRING for unknown platforms - they need // to get added to the login cgi script, so we want this to cause an // error if we get compiled for a different platform. -// *FIX: This is misreporting on linux. Change this so that linux is -// in fact reporting linux. -#if LL_WINDOWS || LL_LINUX +#if LL_WINDOWS static const char* PLATFORM_STRING = "Win"; #elif LL_DARWIN static const char* PLATFORM_STRING = "Mac";