Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > f08c510e233b4b612e32ae013274c698 > files > 5

kdeutils-3.5.10-1mdv2009.0.src.rpm

--- ark/lha.cpp 2006-05-22 20:08:38.000000000 +0200
+++ ark/lha.cpp 2007-12-09 13:47:07.000000000 +0100
@@ -57,6 +57,8 @@
 {
   m_archiver_program = "lha";
   verifyCompressUtilityIsAvailable( m_archiver_program );
+  m_unarchiver_program = "lha";
+  verifyUncompressUtilityIsAvailable( m_unarchiver_program );
 
   m_headerString = "----";
 }