<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- format.cpp.orig	2011-12-03 18:39:04.000000000 +0900
+++ format.cpp	2012-02-01 22:18:51.000000000 +0900
@@ -554,13 +554,13 @@
     FloppyAction(p)
 {
     kDebug(KFAREA) &lt;&lt; k_funcinfo ;
-    theProcessName = QString::fromLatin1("dd");
+    theProcessName = QString::fromLatin1("dcfldd");
     setObjectName( QLatin1String("DD" ));
 }
 
 /* static */ bool DDZeroOut::runtimeCheck()
 {
-    m_ddName = findExecutable(QLatin1String( "dd" ));
+    m_ddName = findExecutable(QLatin1String( "dcfldd" ));
     return (!m_ddName.isEmpty());
 }
 
</pre></body></html>