Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/TunerScanDlg.cpp')
-rw-r--r--src/mpc-hc/TunerScanDlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpc-hc/TunerScanDlg.cpp b/src/mpc-hc/TunerScanDlg.cpp
index 9fdf90eb9..c708640b3 100644
--- a/src/mpc-hc/TunerScanDlg.cpp
+++ b/src/mpc-hc/TunerScanDlg.cpp
@@ -1,5 +1,5 @@
/*
- * (C) 2009-2016 see Authors.txt
+ * (C) 2009-2017 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -147,7 +147,7 @@ void CTunerScanDlg::OnBnClickedSave()
}
} catch (CException* e) {
// The tokenisation can fail if the input string was invalid
- TRACE(_T("Failed to parse a DVB channel from string \"%s\""), m_ChannelList.GetItemText(i, TSCC_CHANNEL));
+ TRACE(_T("Failed to parse a DVB channel from string \"%s\""), m_ChannelList.GetItemText(i, TSCC_CHANNEL).GetString());
ASSERT(FALSE);
e->Delete();
}