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: Guillaume Melquiond
Subject: [Wesnoth-patches] [patch #3639] Variable used without initialization
Date: Wed, 19 Jan 2005 21:57:23 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.5) Gecko/20050110 Firefox/1.0 (Debian package 1.0+dfsg.1-2)

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

==============================================================================
 LATEST MODIFICATIONS of patch #3639:
==============================================================================

               Posted by: Guillaume Melquiond <silene>
               Posted on: 2005-01-19 21:57 (Europe/Paris)
    _______________________________________________________

                  Status:                    None -> Applied                

    _______________________________________________________

Follow-up Comment:
Thanks.

==============================================================================
 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: Applied
                 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 }; <<

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



    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: mer 19.01.2005 à 21:57        By: Guillaume Melquiond <silene>
Thanks.

-------------------------------------------------------
Date: jeu 13.01.2005 à 02:23        By: Redsun <redsun>
Same error found in theme.cpp line 67







    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: jeu 13.01.2005 à 18:54  Name: theme.cpp.patch  Size: 823o   By: None

<http://savannah.nongnu.org/patch/download.php?item_id=3639&item_file_id=4036>

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

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]