[dia] Bug #583675 - missing sentinel



commit 65a76d16d1c51cbf438736d303af6fc26df59d6b
Author: Hans Breuer <hans breuer org>
Date:   Sun Jun 28 22:15:47 2009 +0200

    Bug #583675 - missing sentinel

 objects/Istar/goal.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/objects/Istar/goal.c b/objects/Istar/goal.c
index e2a90ec..1244a52 100644
--- a/objects/Istar/goal.c
+++ b/objects/Istar/goal.c
@@ -174,6 +174,7 @@ static PropOffset goal_offsets[] = {
   ELEMENT_COMMON_PROPERTIES_OFFSETS,
   { "type", PROP_TYPE_ENUM, offsetof(Goal,type)},
   { "text", PROP_TYPE_TEXT, offsetof(Goal,text)},
+  { NULL, 0, 0 }
 };
 
 static void



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