Ignore:
Timestamp:
May 16, 2014, 9:51:55 AM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to latest 0.8.7

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/findsubtitles/osclient.cpp

    r156 r165  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    4848
    4949void OSClient::search(const QString & hash, qint64 file_size) {
    50 #ifdef Q_OS_WIN
    51         qDebug("OSClient::search: hash: %s, file_size: %I64d", hash.toUtf8().constData(), file_size);
    52 #else
    53         qDebug("OSClient::search: hash: %s, file_size: %lld", hash.toUtf8().constData(), file_size);
    54 #endif
     50        qDebug() << "OSClient::search: hash: " << hash << "file_size: " << file_size;
    5551
    5652        search_hash = hash;
     
    8985        list.append(m);
    9086        list.append(m);
     87        list.append(m);
     88        //list.append(m);
     89        list.append(m); // Adding more, sometimes it keeps failing...
    9190
    9291        QVariantList args;
Note: See TracChangeset for help on using the changeset viewer.