diff -r e44baadd4958 -r 72cc3873306a exports.cpp --- a/exports.cpp Thu Sep 01 15:35:18 2005 +0000 +++ b/exports.cpp Mon Sep 05 11:56:31 2005 +0000 @@ -35,7 +35,8 @@ // Main loop over all branches QString s; QString actIndent(""); - uint i; + int i; + uint j; BranchObj *bo; bo=mapCenter->first(); while (bo) @@ -48,7 +49,7 @@ if (bo->getDepth()==0) { ts << (bo->getHeading()+ "\n"); - for (i=0;igetHeading().length();i++) ts<<"="; + for (j=0;jgetHeading().length();j++) ts<<"="; ts << "\n"; } else if (bo->getDepth()==1) ts << ("\n"+getSectionString(bo) + bo->getHeading()+ "\n");