Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 649044 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/libs/libmythbase/mythcdrom-linux.cpp
0
++ b/libs/libmythbase/mythcdrom-linux.cpp
Lines 585-591 Link Here
585
                    m_VolumeID = QString(buf.volume_id).trimmed();
585
                    m_VolumeID = QString(buf.volume_id).trimmed();
586
                    m_KeyID = QString("%1%2")
586
                    m_KeyID = QString("%1%2")
587
                        .arg(m_VolumeID)
587
                        .arg(m_VolumeID)
588
                        .arg(QString(buf.creation_date).left(16));
588
                        .arg(QString((const char*)buf.creation_date).left(16));
589
                }
589
                }
590
                else
590
                else
591
                {
591
                {

Return to bug 649044