]> git.lyx.org Git - features.git/blobdiff - src/mathed/array.C
first go at mathed file cleanup
[features.git] / src / mathed / array.C
index 2d08fc10e39a23915856563da2b43d01755e1e1a..41bf1f4e4ec9a8c19ff52dc41666b53520643782 100644 (file)
@@ -102,7 +102,7 @@ void MathedArray::raw_pointer_insert(void * p, int pos, int len)
 void MathedArray::strange_copy(MathedArray * dest, int dpos,
                                int spos, int len)
 {
-       my_memcpy(&dest[dpos], &bf_[spos], len);
+       my_memcpy(&dest->bf_[dpos], &bf_[spos], len);
 }