diff src/DLD-FUNCTIONS/cellfun.cc @ 9684:c5ff5f858cfd

omission from last patch
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 01 Oct 2009 21:59:27 +0200
parents 5b3b9dcfd59c
children 70925b11ba46
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/cellfun.cc	Thu Oct 01 21:58:01 2009 +0200
+++ b/src/DLD-FUNCTIONS/cellfun.cc	Thu Oct 01 21:59:27 2009 +0200
@@ -454,7 +454,7 @@
       // This is to prevent copy-on-write.
       const Cell *cinputs = inputs;
 
-      octave_idx_type k;
+      octave_idx_type k = 1;
 
       dim_vector fdims (1, 1);