Ignore:
Timestamp:
Oct 24, 2012, 7:56:20 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMplayer: update vendor to 0.8.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/helper.cpp

    r127 r133  
    9191// http://docs.scribus.net/devel/util_8cpp-source.html#l00112
    9292QString Helper::shortPathName(QString long_path) {
    93         if ((QSysInfo::WindowsVersion >= QSysInfo::WV_NT) && (QFile::exists(long_path))) {
     93        if (QFile::exists(long_path)) {
    9494                QString short_path = long_path;
    9595
Note: See TracChangeset for help on using the changeset viewer.