X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/64b7adb9100eb6d5c3e61dad7eebb4e8b7b747a1..e94dde391b011f1cbfc2a6b8d08ad2a07121a31f:/windows/window.c diff --git a/windows/window.c b/windows/window.c index fe16c949..b2dd5e60 100644 --- a/windows/window.c +++ b/windows/window.c @@ -1325,7 +1325,7 @@ debug(("\n rect: [%d,%d %d,%d]\n", newrc.left, newrc.top, newrc.right, #ifdef FIXME_REMOVE_BEFORE_CHECKIN debug(("general_textout: done, xn=%d\n", xn)); #endif - assert(xn - x == lprc->right - lprc->left); + assert(xn - x >= lprc->right - lprc->left); } /*