diff src/ov-cell.cc @ 9106:1eb5b24186b6

fix nested cell assignment
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 09 Apr 2009 21:44:47 +0200
parents eb63fbe60fab
children 978c863bc8e5
line wrap: on
line diff
--- a/src/ov-cell.cc
+++ b/src/ov-cell.cc
@@ -256,6 +256,7 @@
 
 	case '{':
 	  {
+            matrix.make_unique ();
 	    Cell tmpc = matrix.index (idx.front (), true);
 
 	    if (! error_state)