Vladimir Pankratov wrote:
Hello all.

Fixed Lingvo 9.0 crashes on startup.

Changed files:

comctl32/toolbar.c

Thanks.
The very first one was better (when you fixed only division by zero).
Now you're changing path earlier:
---
+ if(rows <= 0) rows = 1;
---
There's no tests currently for that (<=0 isn't tested), could you add them (to test_setrows() I suppose)?



Reply via email to