12 Jul
2009
12 Jul
'09
11:58 a.m.
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)?