freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix Field::makeOwnCopy() (ping)


From: Richard Guenther
Subject: [PATCH] Fix Field::makeOwnCopy() (ping)
Date: Mon, 4 Aug 2003 21:48:58 +0200 (CEST)

This is a ping for the fix for multi-subfield makeOwnCopy(). The patch is
obviously correct, I think.

Tested by compiling and Field on ppc-linux.

Ok?

Richard.

2003Aug04 Richard Guenther <address@hidden>

        src/Field/FieldEngine/FieldEngine.h: pass correct parent to
        makeOwnCopy.

Index: src/Field/FieldEngine/FieldEngine.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Field/FieldEngine/FieldEngine.h,v
retrieving revision 1.4
diff -u -r1.4 FieldEngine.h
--- src/Field/FieldEngine/FieldEngine.h 29 Jan 2003 19:35:38 -0000      1.4
+++ src/Field/FieldEngine/FieldEngine.h 4 Aug 2003 19:45:10 -0000
@@ -606,7 +606,7 @@
       {
         data(m, c) = model[m*stride_m + c];
         data(m, c).engine().makeOwnCopy();
-        data(m, c).relations().makeOwnCopy(s);
+        data(m, c).relations().makeOwnCopy(s.subField(m, c));
       }
     }
   }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]