diff -r 16b250a57c17 -r 2cf3413b6ac9 exports.cpp --- a/exports.cpp Fri Jul 22 15:38:06 2005 +0000 +++ b/exports.cpp Tue Sep 06 15:04:50 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");