diff options
Diffstat (limited to 'src/plugins/Input/mplayer/decoder_mplayer.cpp')
| -rw-r--r-- | src/plugins/Input/mplayer/decoder_mplayer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/Input/mplayer/decoder_mplayer.cpp b/src/plugins/Input/mplayer/decoder_mplayer.cpp index b3ad9af24..9037960a6 100644 --- a/src/plugins/Input/mplayer/decoder_mplayer.cpp +++ b/src/plugins/Input/mplayer/decoder_mplayer.cpp @@ -72,7 +72,7 @@ FileInfo *MplayerInfo::createFileInfo(const QString &path) info->setLength((qint64) rx_id_length.cap(1).toDouble()); } #ifdef MPLAYER_DEBUG - qDebug(qPrintable(str)); + qDebug("%s",qPrintable(str)); #endif return info; } @@ -100,7 +100,7 @@ DecoderMplayer::DecoderMplayer(QObject *parent, DecoderFactory *d, const QString DecoderMplayer::~DecoderMplayer() { - qDebug(__FUNCTION__); + qDebug("%s",__FUNCTION__); m_process->close(); } @@ -209,7 +209,7 @@ void DecoderMplayer::readStdOut() } #ifdef MPLAYER_DEBUG else - qDebug(qPrintable(line)); + qDebug("%s",qPrintable(line)); #endif } } |
