wesnoth-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-patches] [patch #3639] Variable used without initialization


From: Redsun
Subject: [Wesnoth-patches] [patch #3639] Variable used without initialization
Date: Thu, 13 Jan 2005 02:12:48 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.5) Gecko/20041108 Firefox/1.0

This is an automated notification sent by Savannah.
It relates to:
                patch #3639, project Battle for Wesnoth

==============================================================================
 OVERVIEW of patch #3639:
==============================================================================

URL:
  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=3639>

                 Summary: Variable used without initialization
                 Project: Battle for Wesnoth
            Submitted by: redsun
            Submitted on: jeu 13.01.2005 à 02:12
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open

    _______________________________________________________


-----------

Problem :



Variable rect used without initialization

------------



------------

Correction :



In file "theme.cpp"

In function "rect read_rect(const config& cfg)"

In line 38



Replace 

>> _rect rect; <<

by

>> _rect rect = { 0, 0, 0, 0 }; <<

------------








==============================================================================

This item URL is:
  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=3639>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]