Fix for bug #17634: crash on automatically removing zero size window.

This commit is contained in:
Brecht Van Lommel
2008-09-17 16:59:52 +00:00
parent 2b6aea2009
commit b4e4ffc0b8

View File

@@ -1980,7 +1980,7 @@ static void testareas(void)
/* test for header, if removed, or moved */
/* test for window, if removed, or moved */
for(sa= G.curscreen->areabase.first; sa; sa= sa->next) {
for(sa= G.curscreen->areabase.first; sa; sa= next) {
rcti oldhr= sa->headrct;
rcti oldwr= sa->winrct;