blob: f6dc4980235d8db107a6b2732b7d43f969e57834 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
commit 62acebb74cc50671eebf21a314912b12b082be1d
Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: 1336073612 -0500
Fix FTBFS
diff --git a/libk9copy/k9burndvd.cpp b/libk9copy/k9burndvd.cpp
index 9f95352..3860b79 100644
--- a/libk9copy/k9burndvd.cpp
+++ b/libk9copy/k9burndvd.cpp
@@ -215,7 +215,7 @@ void k9BurnDVD::burnWithGenisoimage() {
if ( KMessageBox::warningContinueCancel ( 0,i18n("Insert a recordable DVD"), i18n("DVD burning"))!=KMessageBox::Continue)
cancelled=true;
}
- qDebug("%s", proc->debug());
+ qDebug("%s", proc->debug().ascii());
}
|