Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8089


Ignore:
Timestamp:
Mar 18, 2011, 5:00:59 AM (13 years ago)
Author:
rgrieder
Message:

Making a strange fix. Apparently this fixes a strange problem occurring on an ArchLinux system using boost 1.46.0.
Inserting an additional line of nonsense code helps too though…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/src/libraries/core/PathConfig.cc

    r8073 r8089  
    273273        while (file != end)
    274274        {
    275             const std::string& filename = file->BOOST_LEAF_FUNCTION();
    276 
    277             // Check if the file ends with the exension in question
     275            std::string filename = file->BOOST_LEAF_FUNCTION();
     276
     277            // Check if the file ends with the extension in question
    278278            if (filename.size() > moduleextensionlength)
    279279            {
Note: See TracChangeset for help on using the changeset viewer.