[gnumeric] fixed typo.



commit 2c983758c2f2d8b9f370639bf54910c0503e8461
Author: Jean Brefort <jean brefort normalesup org>
Date:   Sat Jul 31 19:16:18 2010 +0200

    fixed typo.

 src/sheet-object-graph.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sheet-object-graph.c b/src/sheet-object-graph.c
index c34f6e7..6c5a9fd 100644
--- a/src/sheet-object-graph.c
+++ b/src/sheet-object-graph.c
@@ -787,7 +787,7 @@ vector_start (GsfXMLIn *xin, xmlChar const **attrs)
 	for (i = 0; attrs != NULL && attrs[i] && attrs[i+1] ; i += 2)
 		if (0 == strcmp (attrs[i], "ID"))
 			state->cur_index = strtoul (attrs[i+1], NULL, 10);
-	if (cur_index < 256 && state->cur_index >= state->max_data) {
+	if (state->cur_index < 256 && state->cur_index >= state->max_data) {
 		state->max_data += 10;
 		g_ptr_array_set_size (state->data, state->max_data);
 	}



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