git » fp-git.git » commit b59fc4d

todo done

author ecalot
2006-01-18 19:20:25 UTC
committer ecalot
2006-01-18 19:20:25 UTC
parent c051a8603998fdca7b5fc78c51aca8e328c30aba

todo done
removed unused variable

PR/src/lib/xml/tree.c +2 -2

diff --git a/PR/src/lib/xml/tree.c b/PR/src/lib/xml/tree.c
index 5a14dd1..55aae5b 100644
--- a/PR/src/lib/xml/tree.c
+++ b/PR/src/lib/xml/tree.c
@@ -81,7 +81,7 @@ tree.c: Princed Resources : Specific XML tree handling routines
 #define TREE_PART_ALLOWED_RATIO          6
 
 /* TODO
- - Fix sigfaults
+ * Fix sigfaults
  - Check memory releasing
  - Calculate the optimum values for the constants
  * transform numbers into defines
@@ -129,7 +129,7 @@ void tree_increaseList(const char* attr,tList* l) {
 void tree_TagCommonFactor(tTag* parent) {
 	tTag* child;
 	tAttrCount* a;
-	int totalItems, totalAttributes, partitionate, maxCount, i, max;
+	int totalItems, totalAttributes, partitionate, maxCount, i;
 	float maxRatio;
 	const char* result;
 	struct attributeInfo {