mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 463561 - mkdepend crashes while compiling freetype r=bsmedberg a191=beltzner
This commit is contained in:
parent
478f386d96
commit
bd96f1d0e2
@ -296,6 +296,8 @@ parse_product (IfParser *g, const char *cp, long *valp)
|
||||
|
||||
case '/':
|
||||
DO (cp = parse_product (g, cp + 1, &rightval));
|
||||
if (rightval == 0)
|
||||
return CALLFUNC(g, handle_error) (g, cp, "0");
|
||||
*valp = (*valp / rightval);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user