Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2007, 4:26:02 PM (16 years ago)
Author:
nicolasc
Message:
  • added FIXME-tags - should be selfexplanatory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/tinyxml/tinystr.cc

    r471 r660  
    2424
    2525/*
    26  * THIS FILE WAS ALTERED BY Tyge Løvset, 7. April 2005.
     26 * THIS FILE WAS ALTERED BY Tyge Lvset, 7. April 2005.
    2727 */
    2828
     
    3636
    3737// Null rep.
     38//FIXME: missing braces around initializer for ‘char [1]’
    3839TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, '\0' };
    3940
Note: See TracChangeset for help on using the changeset viewer.