Third time's the charm.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1797 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-03-07 00:40:42 +00:00
parent a099343163
commit 6b176b3e20
@@ -83,7 +83,7 @@ public class CalendarUtil
do {
end.add(Calendar.MONTH, -1);
months++;
} while (!end.after(start));
} while (!start.after(end));
return months;
}