This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 9790 for ps


Ignore:
Timestamp:
07/09/11 20:41:58 (14 years ago)
Author:
philip
Message:

Fix incorrect string type in log message on non-Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/ps/ProfileViewer.cpp

    r9633 r9790  
    536536        else
    537537        {
    538             LOGMESSAGERENDER(L"Profiler snapshot saved to '%ls'", OsString(path).c_str());
     538            LOGMESSAGERENDER(L"Profiler snapshot saved to '%ls'", path.string().c_str());
    539539        }
    540540    }
Note: See TracChangeset for help on using the changeset viewer.