Commit 8cd4425a authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 701771 - EXPAND_AS_DEFINED not working with some project structures

parent 9b104908
......@@ -266,7 +266,7 @@ void QFileInfo::doStat() const
}
#else
QString file = fn;
reslashify(file);
reslashify(QDir::cleanupDirPath(file));
#ifdef QT_LARGEFILE_SUPPORT
if ( _wstati64( (wchar_t*) file.ucs2(), b ) == -1 ) {
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment