Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5927


Ignore:
Timestamp:
Oct 11, 2009, 9:50:53 PM (15 years ago)
Author:
rgrieder
Message:

Windows fix: Paths containing "fancy" stuff like '.' were not correctly interpreted when loading a DLL.

File:
1 edited

Legend:

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

    r5836 r5927  
    278278                    // We've found a helper file
    279279                    std::string library = filename.substr(0, filename.size() - moduleextensionlength);
    280                     modulePaths.push_back((modulePath_ / library).string());
     280                    modulePaths.push_back((modulePath_ / library).file_string());
    281281                }
    282282            }
Note: See TracChangeset for help on using the changeset viewer.