[gnumeric] 2009-06-08 Jody Goldberg <jody gnome org>
- From: Jody Goldberg <jody src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnumeric] 2009-06-08 Jody Goldberg <jody gnome org>
- Date: Mon, 8 Jun 2009 10:20:48 -0400 (EDT)
commit b0a919f2d60e0ac16e7821df19edfa06ab79336e
Author: Jody Goldberg <jody gnome org>
Date: Mon Jun 8 10:03:31 2009 -0400
2009-06-08 Jody Goldberg <jody gnome org>
* src/go-data-slicer-field.c (go_data_slicer_field_init) : adjust to
GDS_FIELD_TYPE_ re-org
---
ChangeLog | 5 +++++
src/go-data-slicer-field.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5ec1222..ec40abb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-08 Jody Goldberg <jody gnome org>
+
+ * src/go-data-slicer-field.c (go_data_slicer_field_init) : adjust to
+ GDS_FIELD_TYPE_ re-org
+
2009-06-07 Andreas J. Guelzow <aguelzow pyrshep ca>
* src/print-info.h (gnm_page_breaks_clean): new
diff --git a/src/go-data-slicer-field.c b/src/go-data-slicer-field.c
index feeb0fc..08dab18 100644
--- a/src/go-data-slicer-field.c
+++ b/src/go-data-slicer-field.c
@@ -53,7 +53,7 @@ go_data_slicer_field_init (GODataSlicerField *dsf)
dsf->data_cache_field_indx = -1;
dsf->aggregations = 0;
- for (i = GDS_FIELD_TYPE_MAX ; i-- > GDS_FIELD_TYPE_UNSET ; )
+ for (i = GDS_FIELD_TYPE_MAX ; i-- >= GDS_FIELD_TYPE_UNSET ; )
dsf->field_type_pos[i] = -1;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]