summaryrefslogtreecommitdiff
authortille <tille>2002-07-24 11:49:21 (UTC)
committer tille <tille>2002-07-24 11:49:21 (UTC)
commit919228ff6aeb72b6d2585ae108e86d27d0b6bdb1 (patch) (unidiff)
tree329dae48711cda4d05b0e7c02ae3a329b80606ff
parentadfb21cd5e2fcf750543570ab9c6427f1fba9968 (diff)
downloadopie-919228ff6aeb72b6d2585ae108e86d27d0b6bdb1.zip
opie-919228ff6aeb72b6d2585ae108e86d27d0b6bdb1.tar.gz
opie-919228ff6aeb72b6d2585ae108e86d27d0b6bdb1.tar.bz2
hopeing to fix bug #119
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/pmipkg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/oipkg/pmipkg.cpp b/noncore/unsupported/oipkg/pmipkg.cpp
index 11c0f97..7682d49 100644
--- a/noncore/unsupported/oipkg/pmipkg.cpp
+++ b/noncore/unsupported/oipkg/pmipkg.cpp
@@ -166,7 +166,7 @@ void PmIpkg::linkPackage( QString packFileName, QString dest )
166 166
167void PmIpkg::processFileList( QStringList *fileList, QString d ) 167void PmIpkg::processFileList( QStringList *fileList, QString d )
168{ 168{
169 if (!fileList) return; 169 if (!fileList || fileList->isEmpty()) return;
170 for (uint i=0; i < fileList->count(); i++) 170 for (uint i=0; i < fileList->count(); i++)
171 { 171 {
172 QString dest = settings->getDestinationUrlByName( d ); 172 QString dest = settings->getDestinationUrlByName( d );