[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:18:16 UTC 2011


The following commit has been merged in the debian branch:
commit 64c827a46d42e3c10f5db09d6ba1eefbaa90e01c
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Mon Aug 31 19:31:47 2009 +0200

    opimd: fix returning multiple fields with the same data after merging

diff --git a/framework/subsystems/opimd/pimd_generic.py b/framework/subsystems/opimd/pimd_generic.py
index 813e972..75c6b85 100644
--- a/framework/subsystems/opimd/pimd_generic.py
+++ b/framework/subsystems/opimd/pimd_generic.py
@@ -107,7 +107,7 @@ class GenericEntry():
             for n in field_ids:
                 field = self._fields[n]
                 result.append(field[1])
-                if prev!=field:
+                if prev!=field[1]:
                     thesame = 0
 
             if thesame:

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list