* window.c (grow_mini_window): Comment out "delta >= 0" assertion.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Oct 2009 10:04:37 +0000 (10:04 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 26 Oct 2009 10:04:37 +0000 (10:04 +0000)
commit522d013a5958f604179681172b2dfb8cb432809d
treeec0c7bee95e39c69f120650197d999f342aef921
parent293c24f9ad59130eb8ae53b3adbd61b5fb634084
* window.c (grow_mini_window): Comment out "delta >= 0" assertion.
  For delta < 0, skip check that only makes sense when the mini-window
  is going to be enlarged.  (Bug#4534)
src/ChangeLog
src/window.c