diff options
| author | Stinson Linden <stinson@lindenlab.com> | 2014-06-06 22:35:59 +0100 | 
|---|---|---|
| committer | Stinson Linden <stinson@lindenlab.com> | 2014-06-06 22:35:59 +0100 | 
| commit | 739f4954b165bd993f8dfaf0636b7a29c228e091 (patch) | |
| tree | 294397f8d9defd7944fa25a52d4b5e472b349c49 | |
| parent | 6f056ef99dd08a4278ae3b1d3c4bac070a9dfc64 (diff) | |
Correcting a build error.
| -rwxr-xr-x | indra/newview/llpanelgrouplandmoney.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgrouplandmoney.cpp b/indra/newview/llpanelgrouplandmoney.cpp index 506c31c22a..375c54479d 100755 --- a/indra/newview/llpanelgrouplandmoney.cpp +++ b/indra/newview/llpanelgrouplandmoney.cpp @@ -421,7 +421,7 @@ void LLPanelGroupLandMoney::impl::processGroupLand(LLMessageSystem* msg)  		msg->getUUID("QueryData", "OwnerID", owner_id, 0);  		msg->getUUID("TransactionData", "TransactionID", trans_id); -		S32 total_contribution; +		S32 total_contribution = 0;  		if(owner_id.isNull())  		{  			// special block which has total contribution  | 
